// generated by named-bootconf.pl options { directory "/var/named"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ // query-source address * port 53; // AndreW - better notify handling query-source address 10.33.6.2 port 53; auth-nxdomain no; notify-source 10.33.0.2; //simandl - pry to zlepsi odezvu forward first; forwarders { 217.11.224.1; 217.11.224.2; }; }; // // a caching only nameserver config // controls { inet 127.0.0.1 allow { localhost; } keys { rndckey; }; }; zone "." IN { type hint; file "named.ca"; }; zone "localhost" IN { type master; file "localhost.zone"; allow-update { none; }; }; zone "0.0.127.in-addr.arpa" IN { type master; file "named.local"; allow-update { none; }; }; include "/etc/rndc.key"; zone "czf" { type slave; file "/var/named/czf.db"; masters { 10.55.1.2; }; allow-transfer { any; }; allow-query { any; }; notify no; }; zone "prosek.czf" IN { type slave; masters { 10.33.0.7; }; file "/var/named/prosek.czf.db"; allow-transfer { any; }; allow-query { any; }; notify no; }; zone "33.10.in-addr.arpa" IN { type slave; masters { 10.33.0.7; }; file "/var/named/db.33.10"; }; zone "letnany.czf" { type slave; file "/var/named/letnany.czf.db"; masters { 10.33.0.10; }; allow-transfer { any; }; allow-query { any; }; notify no; }; zone "kobylisy.czf" { type slave; file "/var/named/kobylisy.czf.db"; masters { 10.32.139.140; 10.32.0.132; }; allow-transfer { any; }; allow-query { any; }; notify no; }; // logging { category "lame-servers" { null; }; }; logging { channel "querylog" { file "/var/log/named/query.log"; print-time yes; }; category queries { querylog; }; };