dae的dns策略是怎样的?我看到各种各样的dns。 #453
Unanswered
Nephren-Ruq-Insania
asked this question in
Q&A
Replies: 1 comment 5 replies
-
@Nephren-Ruq-Insania 不应该呀,你的daed版本和routing配置是怎么样的呢 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用的dns配置:

upstream {
alidns: 'udp://223.5.5.5:53'
googledns: 'tcp+udp://8.8.8.8:53'
}
routing {
request {
qname(geosite:cn) -> alidns
fallback: googledns
}
}
Beta Was this translation helpful? Give feedback.
All reactions