mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-07 10:46:31 -05:00
Make sure FakeDNSEngineRev0 also satisfy FakeDNSEngine signature
This commit is contained in:
parent
f5d2ddedb4
commit
2f35bbecbe
@ -12,6 +12,7 @@ type FakeDNSEngine interface {
|
||||
}
|
||||
|
||||
type FakeDNSEngineRev0 interface {
|
||||
FakeDNSEngine
|
||||
IsIPInIPPool(ip net.Address) bool
|
||||
GetFakeIPForDomain3(domain string, IPv4, IPv6 bool) []net.Address
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user