Handle includeAllNetworks

This commit is contained in:
世界
2024-05-07 20:34:24 +08:00
parent cf2181dd3a
commit a2098c18e1
5 changed files with 20 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ type Interface interface {
UsePlatformInterfaceGetter() bool
Interfaces() ([]control.Interface, error)
UnderNetworkExtension() bool
IncludeAllNetworks() bool
ClearDNSCache()
ReadWIFIState() adapter.WIFIState
process.Searcher