pref: update IP check
This commit is contained in:
parent
9606dad47c
commit
a466d6499a
@ -10,8 +10,8 @@ interface Myip {
|
||||
}
|
||||
|
||||
export default function Home() {
|
||||
const { data: http4 } = useSWR<Myip>("http://4.ipv6test.online/ip/myip", fetcher)
|
||||
const { data: http6 } = useSWR<Myip>("http://4.ipv6test.online/ip/myip", fetcher)
|
||||
const { data: http4 } = useSWR<Myip>("https://4.ipv6test.online/ip/myip", fetcher)
|
||||
const { data: http6 } = useSWR<Myip>("https://6.ipv6test.online/ip/myip", fetcher)
|
||||
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user