options { directory "/var/named"; listen-on { 127.0.0.1; }; forwarders { 192.168.1.1; 192.168.2.1; }; forward only; }; zone "." IN { type hint; file "conf/root.hints"; }; zone "0.0.127.in-addr.arpa" IN { type master; file "conf/127.0.0.1"; }; zone "localhost" IN { type master; file "conf/localhost"; }; logging{ category "default" { "default_syslog"; }; category "queries" { "named_queries"; }; channel default_syslog { syslog daemon; severity info; }; channel named_queries { file "/var/log/named.queries" versions 10 size 10m; print-time yes; print-category yes; }; };