From f6d5336492c42bc8601ded353b4b933143d492c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:02:40 +0800 Subject: [PATCH] fix: make lint happy --- http3/http_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http3/http_test.go b/http3/http_test.go index 84b78bd..2901066 100644 --- a/http3/http_test.go +++ b/http3/http_test.go @@ -12,7 +12,7 @@ func TestClientGet(t *testing.T) { dns.IPv6Servers = *dns.NewEmptyList() dns.IPv4Servers.Add(&dns.Config{ Fallbacks: map[string][]string{ - "www.whatsapp.com": {"157.240.253.60"}, + "www.whatsapp.com": {"57.144.245.32"}, }, }) resp, err := Get("https://www.whatsapp.com/")