daed 的 dns 问题请教
各位大佬,我的 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 的设置:
```yaml
downstream {
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 解析
}
}
```
---
原文链接:[点击查看](https://www.v2ex.com/t/1234775)
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 的设置:
```yaml
downstream {
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 解析
}
}
```
---
原文链接:[点击查看](https://www.v2ex.com/t/1234775)
评论
暂无评论。