From a466d6499ae9f817a3a2c19742151ff566f607f4 Mon Sep 17 00:00:00 2001 From: thehrz Date: Mon, 19 Aug 2024 00:09:55 +0800 Subject: [PATCH] pref: update IP check --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94ad72f..44245fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,8 @@ interface Myip { } export default function Home() { - const { data: http4 } = useSWR("http://4.ipv6test.online/ip/myip", fetcher) - const { data: http6 } = useSWR("http://4.ipv6test.online/ip/myip", fetcher) + const { data: http4 } = useSWR("https://4.ipv6test.online/ip/myip", fetcher) + const { data: http6 } = useSWR("https://6.ipv6test.online/ip/myip", fetcher) return (