clash/listener/sing_tun/server_notandroid.go

13 lines
237 B
Go
Raw Normal View History

//go:build !android
package sing_tun
import (
2022-12-05 03:03:28 +00:00
tun "github.com/metacubex/sing-tun"
)
func (l *Listener) buildAndroidRules(tunOptions *tun.Options) error {
return nil
}
func (l *Listener) openAndroidHotspot(tunOptions tun.Options) {}