mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-14 09:48:47 +07:00
feat: support pname routing (just task command. fixme)
This commit is contained in:
@ -48,6 +48,9 @@ group {
|
||||
|
||||
routing {
|
||||
# See routing.md for full examples.
|
||||
ip(1.1.1.1) && port(53) -> my_group
|
||||
pname(firefox) && domain(ip.sb) -> direct
|
||||
pname(curl) && domain(ip.sb) -> my_group
|
||||
|
||||
ip(geoip:private) -> direct
|
||||
ip(geoip:cn) -> direct
|
||||
|
Reference in New Issue
Block a user