mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add route.default_interface option
This commit is contained in:
parent
5a3de62c50
commit
377f3f83a2
12 changed files with 45 additions and 23 deletions
|
@ -14,6 +14,7 @@ type RouteOptions struct {
|
|||
Rules []Rule `json:"rules,omitempty"`
|
||||
Final string `json:"final,omitempty"`
|
||||
AutoDetectInterface bool `json:"auto_detect_interface,omitempty"`
|
||||
DefaultInterface string `json:"default_interface,omitempty"`
|
||||
}
|
||||
|
||||
func (o RouteOptions) Equals(other RouteOptions) bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue