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 (