From ccaef7827c4e4eb095197d78a9f53f6efe0d16af Mon Sep 17 00:00:00 2001 From: m5r Date: Wed, 3 Jan 2024 01:36:16 +0100 Subject: [PATCH] update website ip, it's not using a shared IPv4 --- xip/xip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xip/xip.go b/xip/xip.go index ff7b01f..c97969e 100644 --- a/xip/xip.go +++ b/xip/xip.go @@ -54,7 +54,7 @@ var ( }, "local-ip.sh.": { A: []*dns.A{ - {A: net.IPv4(37, 16, 23, 113)}, + {A: net.IPv4(66, 241, 125, 48)}, }, AAAA: []*dns.AAAA{ {AAAA: net.IP{0x2a, 0x09, 0x82, 0x80, 0, 0x01, 0, 0, 0, 0, 0, 0, 0, 0x1C, 0xC1, 0xC1}},