chore: change check network links

This commit is contained in:
mzz2017 2023-03-24 02:21:36 +08:00
parent e8273fe416
commit c2e02482d0

View File

@ -30,7 +30,8 @@ const (
var (
CheckNetworkLinks = []string{
"http://www.msftconnecttest.com/connecttest.txt",
"http://edge.microsoft.com/captiveportal/generate_204",
"http://www.gstatic.com/generate_204",
"http://www.qualcomm.cn/generate_204",
}
)