mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-23 22:31:24 +07:00
refactor/fix: match dscp instead of tos (#294)
Co-authored-by: dae-bot[bot] <136105375+dae-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -55,8 +55,8 @@ 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
|
||||
### DSCP rule (match DSCP; is useful for BT bypass). See https://github.com/daeuniverse/dae/discussions/295
|
||||
dscp(0x4) -> direct
|
||||
|
||||
### Multiple domains rule
|
||||
domain(keyword: google, suffix: www.twitter.com, suffix: v2raya.org) -> my_group
|
||||
|
Reference in New Issue
Block a user