修订代码,makefile

This commit is contained in:
hahahrfool
2022-04-16 22:39:23 +08:00
parent d9f3b5d0e6
commit 7e81c567e9
3 changed files with 4 additions and 1 deletions

View File

@@ -137,6 +137,8 @@ protocol = "direct"
//tryGetHttp(client, "https://www.qq.com", t)
tryGetHttp(client, "http://captive.apple.com", t)
tryGetHttp(client, "http://www.msftconnecttest.com/connecttest.txt", t)
//联通性测试 可参考 https://imldy.cn/posts/99d42f85/
}
func tryGetHttp(client *http.Client, path string, t *testing.T) {