use DoH3 in dae

This commit is contained in:
ulic-youthlic 2025-03-13 07:47:16 +08:00
parent 3bcd428c2b
commit 1ee4ca4d80
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -24,18 +24,18 @@ dns {
ipversion_prefer: 4
upstream {
googledns: 'tcp+udp://8.8.8.8:53'
alidns: 'udp://223.5.5.5:53'
cloudflaredns: 'http3://1.1.1.1/dns-query'
alidns: 'http3://223.6.6.6/dns-query'
}
routing {
request {
qname(geosite: category-ads) -> reject
qname(geosite: category-ads-all) -> reject
qname(geosite: cn) -> alidns
fallback: googledns
fallback: cloudflaredns
}
response {
upstream(googledns) && ip(geoip: private) -> alidns
upstream(cloudflaredns) && ip(geoip: private) -> alidns
fallback: accept
}
}