Chore: Change default latency test url to HTTPS.

This commit is contained in:
Larvan2
2023-01-27 13:41:23 +08:00
parent 4629ecb8ee
commit f7538568c0
2 changed files with 13 additions and 11 deletions

View File

@ -78,7 +78,7 @@ func ParseProxyGroup(config map[string]any, proxyMap map[string]C.Proxy, provide
providersMap[groupName] = pd
} else {
if groupOption.URL == "" {
groupOption.URL = "http://www.gstatic.com/generate_204"
groupOption.URL = "https://cp.cloudflare.com/generate_204"
}
if groupOption.Interval == 0 {