mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
Add route.default_mark option
This commit is contained in:
parent
7d340e7ef9
commit
fe8e984608
5 changed files with 18 additions and 2 deletions
|
@ -36,6 +36,7 @@ type Router interface {
|
|||
AutoDetectInterface() bool
|
||||
AutoDetectInterfaceName() string
|
||||
AutoDetectInterfaceIndex() int
|
||||
DefaultMark() int
|
||||
|
||||
Rules() []Rule
|
||||
SetTrafficController(controller TrafficController)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue