各位大佬,我的 daed 访问一切正常,但是后台日志会报很多国外 dns 的问题,请教大家如果解。
amy 机场的节点,自建 VPS 的一点问题没有
这是日志
[2026-08-16 18:07:39] WARN DNS forward to upstream failed dialer=1.🇭🇰 香港 06 error=failed to forward DNS after retry: unexpected EOF network=tcp+4 outbound=proxy policy=min_moving_avg target=8.8.8.8:53 upstream=tcp+udp://8.8.8.8:53
[2026-08-16 18:07:39] WARN DNS ingress fast path failed; sending SERVFAIL response dst=192.168.10.254:53 error=failed to forward DNS after retry: unexpected EOF question=[{Name:safebrowsing.googleapis.com. Qtype:1 Qclass:1}] src=192.168.10.50:57402
[2026-08-16 18:07:44] WARN DNS forward to upstream failed dialer=1.🇭🇰 香港 06 error=i/o timeout network=udp+4 outbound=proxy policy=min_moving_avg target=8.8.8.8:53 upstream=tcp+udp://8.8.8.8:53
[2026-08-16 18:07:44] WARN DNS forward to upstream failed dialer=1.🇭🇰 香港 06 error=failed to forward DNS after retry: context deadline exceeded network=tcp+4 outbound=proxy policy=min_moving_avg target=8.8.8.8:53 upstream=tcp+udp://8.8.8.8:53
[2026-08-16 18:07:44] WARN DNS ingress fast path failed; sending SERVFAIL response dst=192.168.10.254:53 error=udp forward failed: i/o timeout; tcp fallback failed: failed to forward DNS after retry: context deadline exceeded question=[{Name:safebrowsing.googleapis.com. Qtype:1 Qclass:1}] src=192.168.10.50:57836
下面是我 dns 的设置:
upstream {
alidns: 'udp://223.5.5.5:53'
googledns: 'tcp+udp://8.8.8.8:53'
}
routing {
request {
qname(suffix:ikuai8.com) -> alidns # 手动指定域名由 alidns 解析
qname(geosite:cn) -> alidns # 命中 geosite 国内域名由 alidns 解析
qtype(AAAA) -> reject # 禁止解析 ipv6
fallback: googledns # 全局兜底由 googledns 解析
}
}
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.