mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-21 13:19:10 +07:00
feat: support ToS routing rule (#292)
This commit is contained in:
@ -55,6 +55,9 @@ mac('02:42:ac:11:00:02') -> direct
|
||||
### Process Name rule (only support localhost process when binding to WAN)
|
||||
pname(curl) -> direct
|
||||
|
||||
### ToS rule (match ToS/DSCP; is useful for BT bypass)
|
||||
tos(4) -> direct
|
||||
|
||||
### Multiple domains rule
|
||||
domain(keyword: google, suffix: www.twitter.com, suffix: v2raya.org) -> my_group
|
||||
### Multiple IP rule
|
||||
|
Reference in New Issue
Block a user