查看: 13|回复: 0

daed 的 dns 问题请教

[复制链接]

4

主题

5

回帖

22

积分

新手上路

积分
22
发表于 2026-8-16 18:09:37 | 显示全部楼层 |阅读模式
各位大佬,我的 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 解析

}

}
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖
返回顶部