mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-14 01:40:32 +07:00
docs: README
This commit is contained in:
@ -94,5 +94,7 @@ routing {
|
||||
|
||||
ip(geoip:cn) -> direct
|
||||
domain(geosite:cn) -> direct
|
||||
|
||||
# Define final as the fallback outbound
|
||||
final: my_group
|
||||
}
|
||||
|
@ -72,4 +72,8 @@ domain(geosite:geolocation-!cn) &&
|
||||
geosite:category-scholar-!cn,
|
||||
geosite:category-scholar-cn
|
||||
) -> my_group
|
||||
|
||||
# Customized DAT file
|
||||
domain(ext:"yourdatfile.dat:yourtag")->direct
|
||||
ip(ext:"yourdatfile.dat:yourtag")->direct
|
||||
```
|
||||
|
Reference in New Issue
Block a user