فهرست منبع

Make sure FakeDNSEngineRev0 also satisfy FakeDNSEngine signature

Shelikhoo 4 سال پیش
والد
کامیت
2f35bbecbe
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      features/dns/fakedns.go

+ 1 - 0
features/dns/fakedns.go

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