1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-17 09:04:11 -05:00

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

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
}