From fb1c0aa387e350ad61b7fe62a0230934e390a50c Mon Sep 17 00:00:00 2001 From: PuerNya Date: Wed, 27 Dec 2023 11:58:39 +0800 Subject: [PATCH] chore: change DefaultTestUrl --- constant/adapters.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constant/adapters.go b/constant/adapters.go index 6d7acd638..9752de557 100644 --- a/constant/adapters.go +++ b/constant/adapters.go @@ -47,7 +47,7 @@ const ( DefaultDropTime = 12 * DefaultTCPTimeout DefaultUDPTimeout = DefaultTCPTimeout DefaultTLSTimeout = DefaultTCPTimeout - DefaultTestURL = "https://cp.cloudflare.com/generate_204" + DefaultTestURL = "https://www.gstatic.com/generate_204" ) var ErrNotSupport = errors.New("no support")