fix: use google as default ipv6 test url (#894)

This commit is contained in:
YetAnotherZephyruso 2024-08-09 09:45:59 +08:00 committed by GitHub
parent 734b1c63ab
commit dba6d1a4a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ export const [urlForLatencyTest, setUrlForLatencyTest] = makePersisted(
)
export const [urlForIPv6SupportTest, setUrlIPv6SupportTest] = makePersisted(
createSignal('https://api-ipv6.ip.sb/ip'),
createSignal('https://ipv6.google.com'),
{ name: 'urlForIPv6SupportTest', storage: localStorage },
)