mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-22 13:50:40 +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
|
||||
### 进程名称规则(绑定WAN时仅支持本机进程)
|
||||
pname(curl) -> direct
|
||||
|
||||
### ToS规则(匹配 ToS 和 DSCP,可用于绕过 BT)
|
||||
tos(4) -> direct
|
||||
### DSCP规则(匹配 DSCP,可用于绕过 BT),见 https://github.com/daeuniverse/dae/discussions/295
|
||||
dscp(0x4) -> direct
|
||||
|
||||
### 多个域名规则
|
||||
domain(keyword: google, suffix: www.twitter.com, suffix: v2raya.org) -> my_group
|
||||
|
Reference in New Issue
Block a user