Make sure FakeDNSEngineRev0 also satisfy FakeDNSEngine signature

This commit is contained in:
Shelikhoo 2021-04-13 15:23:30 +01:00
parent f5d2ddedb4
commit 2f35bbecbe
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ type FakeDNSEngine interface {
}
type FakeDNSEngineRev0 interface {
FakeDNSEngine
IsIPInIPPool(ip net.Address) bool
GetFakeIPForDomain3(domain string, IPv4, IPv6 bool) []net.Address
}