# zone "cloud.tencent.com" { type forward; //就代表这个zone是要进行转发的 forwarders { 119.29.29.29;119.28.28.28; }; //此处根据不同的地域和网络来填写具体的内网DNS可以参考文档最上方 }; zone "hong." IN { type master; file "zones/hong.zone"; allow-update { 192.168.13.101; }; also-notify { 192.168.13.101; }; allow-transfer { 192.168.13.101; }; forwarders { 223.5.5.5; // 外部 DNS 服务器 IP 223.6.6.6; }; }; zone "harbor.ingeek.com" IN { type master; file "zones/harbor.ingeek.com.zone"; allow-update { 192.168.13.101; }; also-notify { 192.168.13.101; }; allow-transfer { 192.168.13.101; }; masterfile-format text; }; zone "hong.ingeek.com" IN { type master; file "zones/hong.ingeek.com.zone"; allow-update { 192.168.13.101; }; also-notify { 192.168.13.101; }; allow-transfer { 192.168.13.101; }; masterfile-format text; };