單純提供與 Client作向外部 DNS主機要求資料

vi /etc/named.conf

options {
              pid-file "/var/run/named/named.pid";
              forward first;
              forwarders {

                                  168.95.1.1;

                                  168.95.192.1;
             };

};

# 或者設定只對單一ZONE

zone "ssorc.tw IN {

              type forward;

              forwards {

                               192.168.1.1;

                               192.168.1.2;

              };

};

Related posts 相關文章
DNSSEC sign 簽錯了,導致 DNS 查詢失敗
More...
現在 clickFix 會搭配 nslookup DNS
More...
如何驗證 Linux 的 DNS 查詢有輪替
More...
dnscrypt-proxy 讓 DNS 查詢加密
More...

作者

留言

撰寫回覆或留言

發佈留言必須填寫的電子郵件地址不會公開。