mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-27 22:54:03 +08:00
fix: use google as default ipv6 test url (#894)
This commit is contained in:
parent
734b1c63ab
commit
dba6d1a4a9
@ -43,7 +43,7 @@ export const [urlForLatencyTest, setUrlForLatencyTest] = makePersisted(
|
|||||||
)
|
)
|
||||||
|
|
||||||
export const [urlForIPv6SupportTest, setUrlIPv6SupportTest] = makePersisted(
|
export const [urlForIPv6SupportTest, setUrlIPv6SupportTest] = makePersisted(
|
||||||
createSignal('https://api-ipv6.ip.sb/ip'),
|
createSignal('https://ipv6.google.com'),
|
||||||
{ name: 'urlForIPv6SupportTest', storage: localStorage },
|
{ name: 'urlForIPv6SupportTest', storage: localStorage },
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user