Handle includeAllNetworks

This commit is contained in:
世界 2024-05-07 20:34:24 +08:00
parent eba3a6c51e
commit 1f4d493bab
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
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