Add wifi_ssid and wifi_bssid route and DNS rules

This commit is contained in:
世界
2023-11-24 20:58:07 +08:00
parent 0c300e5220
commit 0645e0d7b4
12 changed files with 161 additions and 0 deletions

View File

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