Add wifi_ssid and wifi_bssid route and DNS rules

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

View File

@@ -78,6 +78,8 @@ type DefaultDNSRule struct {
UserID Listable[int32] `json:"user_id,omitempty"`
Outbound Listable[string] `json:"outbound,omitempty"`
ClashMode string `json:"clash_mode,omitempty"`
WIFISSID Listable[string] `json:"wifi_ssid,omitempty"`
WIFIBSSID Listable[string] `json:"wifi_bssid,omitempty"`
Invert bool `json:"invert,omitempty"`
Server string `json:"server,omitempty"`
DisableCache bool `json:"disable_cache,omitempty"`