mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Add wifi_ssid
and wifi_bssid
route and DNS rules
This commit is contained in:
parent
f0571b4122
commit
253976d6c0
12 changed files with 161 additions and 0 deletions
|
@ -41,6 +41,7 @@ type Router interface {
|
|||
NetworkMonitor() tun.NetworkUpdateMonitor
|
||||
InterfaceMonitor() tun.DefaultInterfaceMonitor
|
||||
PackageManager() tun.PackageManager
|
||||
WIFIState() WIFIState
|
||||
Rules() []Rule
|
||||
|
||||
ClashServer() ClashServer
|
||||
|
@ -78,3 +79,8 @@ type DNSRule interface {
|
|||
type InterfaceUpdateListener interface {
|
||||
InterfaceUpdated()
|
||||
}
|
||||
|
||||
type WIFIState struct {
|
||||
SSID string
|
||||
BSSID string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue