mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-07 05:51:20 +07:00
Update README.md
This commit is contained in:
parent
029f35ce14
commit
80d9091d68
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user