Add wifi_ssid and wifi_bssid route and DNS rules

This commit is contained in:
世界
2023-11-18 13:51:32 +08:00
parent 96604c5681
commit 99e5b7bc28
17 changed files with 173 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ type Interface interface {
Interfaces() ([]NetworkInterface, error)
UnderNetworkExtension() bool
ClearDNSCache()
ReadWIFIState() adapter.WIFIState
process.Searcher
}