1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-12 10:50:43 +00: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
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

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
}