diff --git a/features/dns/fakedns.go b/features/dns/fakedns.go index 7aff1fcb5..021f820b9 100644 --- a/features/dns/fakedns.go +++ b/features/dns/fakedns.go @@ -13,7 +13,7 @@ type FakeDNSEngine interface { var ( FakeIPv4Pool = "198.18.0.0/15" - FakeIPv6Pool = "fc00::/18" + FakeIPv6Pool = "2001:2::/48" ) type FakeDNSEngineRev0 interface {