options { directory "/var/bind"; pid-file "/var/run/named/named.pid"; }; zone "." IN { type hint; file "named.ca"; }; zone "randomdan.homeip.net" IN { type master; file "pri/randomdan.homeip.net.zone"; also-notify { 192.168.0.2; }; allow-update { key updatekey; }; }; zone "random.lan" IN { type master; file "pri/random.lan.zone"; also-notify { 192.168.0.2; }; allow-update { key updatekey; }; }; zone "0.168.192.in-addr.arpa" IN { type master; file "pri/0.168.192.zone"; also-notify { 192.168.0.2; }; allow-update { key updatekey; }; }; zone "localhost" IN { type master; file "pri/localhost.zone"; allow-update { none; }; notify no; }; zone "127.in-addr.arpa" IN { type master; file "pri/127.zone"; allow-update { none; }; notify no; }; key updatekey { algorithm hmac-md5; secret "df61eb0aa23833c56751a6c8f579f695"; };