// // Do any local configuration here // include "/etc/bind/named.conf.log"; // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "astra.test" IN { type master; // allow-transfer { internal; }; notify no; // type slave; // masters { 192.168.110.1; }; file "astra.test.zone"; allow-update { key rndc-key; }; }; zone "110.168.192.in-addr.arpa" { type master; file "astra.test.rev"; notify no; allow-update { key rndc-key; }; };