fix: health check at startup

This commit is contained in:
gVisor bot 2023-11-13 15:42:31 +08:00
parent d87ea1496e
commit abc0a841a4

View File

@ -310,6 +310,7 @@ func loadProxyProvider(proxyProviders map[string]provider.ProxyProvider) {
go func() {
defer func() { <-ch; wg.Done() }()
loadProvider(proxyProvider)
go proxyProvider.HealthCheck()
}()
}