fix: avoid choose ZeroTier's tap to defaultInterface
This commit is contained in:
@ -210,7 +210,7 @@ func New(options config.Tun, tcpIn chan<- C.ConnContext, udpIn chan<- *inbound.P
|
||||
return
|
||||
}
|
||||
|
||||
l.openAndroidHotspot(tunOptions)
|
||||
//l.openAndroidHotspot(tunOptions)
|
||||
|
||||
log.Infoln("[TUN] Tun adapter listening at: %s(%s,%s), mtu: %d, auto route: %v, ip stack: %s",
|
||||
tunName, tunOptions.Inet4Address, tunOptions.Inet6Address, tunMTU, options.AutoRoute, options.Stack)
|
||||
|
Reference in New Issue
Block a user