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:
@@ -12,6 +12,7 @@ type FakeDNSEngine interface {
|
||||
}
|
||||
|
||||
type FakeDNSEngineRev0 interface {
|
||||
FakeDNSEngine
|
||||
IsIPInIPPool(ip net.Address) bool
|
||||
GetFakeIPForDomain3(domain string, IPv4, IPv6 bool) []net.Address
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user