mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-13 01:08:39 +07:00
feat: support real process name traffic split (#6)
This commit is contained in:
@ -65,7 +65,8 @@ routing {
|
||||
# See routing.md for full examples.
|
||||
|
||||
ip(1.1.1.1) && port(53) -> my_group
|
||||
pname(firefox) && domain(ip.sb) -> direct # pname like firefox not works yet [ FIXME ]
|
||||
|
||||
pname(firefox) && domain(ip.sb) -> direct
|
||||
pname(curl) && domain(ip.sb) -> my_group
|
||||
|
||||
ip(geoip:private) -> direct
|
||||
|
Reference in New Issue
Block a user