Add route.default_mark option

This commit is contained in:
世界 2022-07-24 17:46:25 +08:00
parent 7d340e7ef9
commit fe8e984608
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 18 additions and 2 deletions

View file

@ -36,6 +36,7 @@ type Router interface {
AutoDetectInterface() bool
AutoDetectInterfaceName() string
AutoDetectInterfaceIndex() int
DefaultMark() int
Rules() []Rule
SetTrafficController(controller TrafficController)