options { directory "/var/named"; pid-file "/var/run/named.pid"; forwarders { 62.4.16.70; 62.4.16.80; }; forward first; query-source port *; allow-query { 192.168.0.0/24; 127.0.0.1; 62.4.22.49; 192.168.1.0/24;}; allow-recursion { 192.168.0.0/24; 127.0.0.1; 62.4.22.49; 192.168.1.0/24;}; listen-on { 192.168.0.1; 127.0.0.1; 62.4.22.49; 192.168.1.1;}; }; logging { category lame-servers { null; }; category cname { null; }; }; zone "." IN { type hint; file "root.hint"; }; zone "linux-sottises.net" IN { type master; file "zone/linux-sottises.net"; allow-transfer { 62.4.16.80; 80.67.173.196; }; allow-query { any; }; }; zone "nuresim.org" IN { type master; file "zone/nuresim.org"; allow-transfer { 80.67.173.196; }; allow-query { any; }; }; zone "0.0.127.in-addr.arpa" IN { type master; file "zone/127.0.0"; allow-query { any; }; }; zone "0.168.192.in-addr.arpa" IN { type master; file "zone/192.168.0"; };