feat: support ToS routing rule (#292)

This commit is contained in:
mzz
2023-08-20 01:55:42 +08:00
committed by GitHub
parent c784ebaf53
commit 7273be6a06
14 changed files with 110 additions and 28 deletions

View File

@ -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