github.com/metacubex/mihomo@v1.18.5/listener/sing_tun/server_notandroid.go (about) 1 //go:build !android 2 3 package sing_tun 4 5 import ( 6 tun "github.com/metacubex/sing-tun" 7 ) 8 9 func (l *Listener) buildAndroidRules(tunOptions *tun.Options) error { 10 return nil 11 } 12 func (l *Listener) openAndroidHotspot(tunOptions tun.Options) {}