diff --git a/test/dns_test.go b/test/dns_test.go index 1e4c010b..8e30ba98 100644 --- a/test/dns_test.go +++ b/test/dns_test.go @@ -78,9 +78,9 @@ dns: } list := []domainPair{ - {"foo.org", "198.18.0.3"}, - {"bar.org", "198.18.0.4"}, - {"foo.org", "198.18.0.3"}, + {"foo.org", "198.18.0.4"}, + {"bar.org", "198.18.0.5"}, + {"foo.org", "198.18.0.4"}, {"foo.clash.dev", "1.1.1.1"}, }