To disable forwarders for the zones, you are authoritative for - you need to add a null forwarders list in to your zone configuration
zone "mydomian.test" in {
type master;
file
"master/named.test";
allow-update {
"localhost"; };
forwarders { };
};
No comments:
Post a Comment