diff --git a/features/dns/fakedns.go b/features/dns/fakedns.go index 8caf3b4ad..2e4d2bac3 100644 --- a/features/dns/fakedns.go +++ b/features/dns/fakedns.go @@ -12,6 +12,7 @@ type FakeDNSEngine interface { } type FakeDNSEngineRev0 interface { + FakeDNSEngine IsIPInIPPool(ip net.Address) bool GetFakeIPForDomain3(domain string, IPv4, IPv6 bool) []net.Address }