PowerDNS 仅适用于本地

PowerDNS works only on local

所以。 PowerDNS 3.3 作为 salve 仅适用于本地。 (还有一个 nginx 可以正常工作)

这个作品不错

dig example.com A @127.0.0.1

但这不是(从属服务器)

dig example.com A @ns2.example.com
;; global options: +cmd
;; connection timed out; no servers could be reached

我试过 ns2.example.com 的 IP,但没有什么好结果。

问题可能出在哪里?

netstat -nao | grep 53会帮到你。

您根本没有监听过滤器 DNS 端口(TCP 和 UDP 53)的所有本地接口

pdns-recursor 配置有问题。

因此,您需要在中写入您的真实 IP 地址或 0.0.0.0 而不是 127.0.0.1 本地地址 属性.