Handle includeAllNetworks

This commit is contained in:
世界
2024-05-23 14:57:26 +08:00
parent cf2181dd3a
commit a2098c18e1
5 changed files with 20 additions and 1 deletions
+4
View File
@@ -82,6 +82,10 @@ func (s *platformInterfaceStub) UnderNetworkExtension() bool {
return false
}
func (s *platformInterfaceStub) IncludeAllNetworks() bool {
return false
}
func (s *platformInterfaceStub) ClearDNSCache() {
}