Update README.md

This commit is contained in:
mzz 2023-03-17 00:42:37 +08:00 committed by GitHub
parent 029f35ce14
commit 80d9091d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,13 +139,15 @@ dns {
googledns: 'tcp+udp://dns.google:53'
alidns: 'udp://dns.alidns.com:53'
}
request {
fallback: alidns
}
response {
upstream(googledns) -> accept
!qname(geosite:cn) && ip(geoip:private) -> googledns
fallback: accept
routing {
request {
fallback: alidns
}
response {
upstream(googledns) -> accept
!qname(geosite:cn) && ip(geoip:private) -> googledns
fallback: accept
}
}
}
@ -173,4 +175,4 @@ routing {
See more at [example.dae](https://github.com/daeuniverse/dae/blob/main/example.dae).
If you use PVE, refer to [#37](https://github.com/daeuniverse/dae/discussions/37).
If you use PVE, refer to [#37](https://github.com/daeuniverse/dae/discussions/37).