GoForum🌐 V2EX

daed 的 dns 问题请教

iswangsir · 2026-08-16 18:12 · 0 次点赞 · 0 条回复

各位大佬,我的 daed 访问一切正常,但是后台日志会报很多国外 dns 的问题,请教大家如果解。

这是日志

[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 解析

} }

0 条回复
添加回复
你还需要 登录 后发表回复

登录后可发帖和回复

登录 注册
主题信息
作者: iswangsir
发布: 2026-08-16
点赞: 0
回复: 0