A template of named.conf options { directory "/etc/namedb"; // specify some files explicitly pid-file "/etc/namedb/named/pid"; dump-file "/etc/namedb/named_dump.db"; statistics-file "/etc/namedb/named.stats"; // for IPv6 operation listen-on-v6 { any; }; }; controls { // copy from rndc.conf }; key rndckey-local { // copy from rndc.conf }; zone "localhost" { type master; file "localhost.zone"; };