mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
chore: change DefaultTestUrl
This commit is contained in:
parent
89da296103
commit
8f10ce4ab7
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue