options { directory "/var/named"; pid-file "/var/run/named.pid"; forwarders { 212.27.53.252; 212.27.54.252; }; forward first; query-source port *; allow-query { 192.168.0.0/24; 127.0.0.1; 82.229.221.223; }; allow-recursion { 192.168.0.0/24; 127.0.0.1; 82.229.221.223; }; listen-on { 192.168.0.1; 127.0.0.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 { 217.70.176.0/20; }; 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"; };