mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-12 08:49:53 +07:00
docs: refine DNS example (#329)
This commit is contained in:
@ -152,7 +152,7 @@ dns {
|
||||
# Trusted upstream. Always accept its result.
|
||||
upstream(googledns) -> accept
|
||||
# Possibly polluted, re-lookup using googledns.
|
||||
!qname(geosite:cn) && ip(geoip:private) -> googledns
|
||||
ip(geoip:private) && !qname(geosite:cn) -> googledns
|
||||
# fallback is also called default.
|
||||
fallback: accept
|
||||
}
|
||||
|
Reference in New Issue
Block a user