master

zone "ssorc.tw" {                                             // 正解
                                 type master;
                                 file "zone.ssorc.tw";
                                 allow-transfer { 10.10.1.2; };
};
 
zone "1.168.192.in-addr.arpa" {                           // 反解
                                                   type master;
                                                   file "rev.192.168.1";
                                                   allow-transfer { 10.10.1.2; };
};

slave

zone "ssorc.tw" {                                          // 正解
                                 type slave;
                                 file "zone.ssorc.tw";
                                 masters { 10.10.1.1; };
};
 
zone "1.168.192.in-addr.arpa" {                                            // 反解
                                                   type slave;
                                                   file "rev.192.168.1";
                                                   masters { 10.10.1.1; };
};
Related posts 相關文章
DNSSEC sign 簽錯了,導致 DNS 查詢失敗
More...
現在 clickFix 會搭配 nslookup DNS
More...
如何驗證 Linux 的 DNS 查詢有輪替
More...
dnscrypt-proxy 讓 DNS 查詢加密
More...

作者

留言

撰寫回覆或留言

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