小编Tsu*_*asa的帖子

bind9 正确的递归设置

如果删除递归,则无法解析外部域,但仍可以解析 DNS 服务器上的域。

正确设置递归以便在不打开 DNS 服务器的情况下仍然可以解析外部域的正确方法是什么?

命名.conf.options

options {
    version "One does not simply get my version";

    directory "/var/cache/bind";

    // If there is a firewall between you and nameservers you want
    // to talk to, you may need to fix the firewall to allow multiple
    // ports to talk.  See http://www.kb.cert.org/vuls/id/800113

    // If your ISP provided one or more IP addresses for stable
    // nameservers, you probably want to use them as forwarders.
    // Uncomment the following block, and insert …
Run Code Online (Sandbox Code Playgroud)

domain-name-system linux ubuntu bind

9
推荐指数
1
解决办法
2万
查看次数

标签 统计

bind ×1

domain-name-system ×1

linux ×1

ubuntu ×1