// Config file for caching only named server options { directory "/var/named"; check-names master warn; datasize 20M; statistics-file "/var/named/stats"; }; logging { channel bind_log { file "/var/named/log/bind" versions 9 size 5M; severity info; }; category lame-servers { null; }; category cname { null; }; }; zone "." IN { type hint; file "root/root.hints"; }; zone "0.0.127.in-addr.arpa" in { type master; file "pz/127.0.0"; }; zone "sample.org" in { type master; file "pz/db.sample.org"; };