mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Implement route rules
This commit is contained in:
parent
7c57eb70e8
commit
6eae8e361f
40 changed files with 1220 additions and 145 deletions
|
@ -4,3 +4,8 @@ const (
|
|||
RuleTypeDefault = "default"
|
||||
RuleTypeLogical = "logical"
|
||||
)
|
||||
|
||||
const (
|
||||
LogicalTypeAnd = "and"
|
||||
LogicalTypeOr = "or"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue