Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/en/configuration/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ ipversion(6) -> ipv6_group
mac('02:42:ac:11:00:02') -> direct

### Process Name rule (only support localhost process when binding to WAN)
### The pname extraction algorithm can be roughly understood as: cmdline.split(' ').split('/')[-1]
### "/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth1" ⇒ sddm-helper
### "/game/SteamLibrary/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/cs2" ⇒ Counter-Strike
pname(curl) -> direct

### DSCP rule (match DSCP; is useful for BT bypass). See https://github.com/daeuniverse/dae/discussions/295
Expand Down
3 changes: 3 additions & 0 deletions docs/zh/configuration/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ ipversion(6) -> ipv6_group
mac('02:42:ac:11:00:02') -> direct

### 进程名称规则(绑定WAN时仅支持本机进程)
### pname 抽取算法可以简单理解为: cmdline.split(' ').split('/')[-1]
### "/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth1" ⇒ sddm-helper
### "/game/SteamLibrary/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/cs2" ⇒ Counter-Strike
pname(curl) -> direct

### DSCP规则(匹配 DSCP,可用于绕过 BT),见 https://github.com/daeuniverse/dae/discussions/295
Expand Down