fix: ipv6 enable logic

This commit is contained in:
adlyq
2022-04-23 01:31:34 +08:00
parent 0a99fc4d74
commit bd3c493c9f
2 changed files with 4 additions and 3 deletions

View File

@ -94,6 +94,7 @@ func (pp *proxySetProvider) setProxies(proxies []C.Proxy) {
if pp.healthCheck.auto() {
go pp.healthCheck.check()
}
}
func stopProxyProvider(pd *ProxySetProvider) {