options { directory "/etc/named"; pid-file "/var/run/named.pid"; }; controls {/* empty */}; // Root server hints zone "." { type hint; file "root.hint";}; // Provide a reverse mapping for the loopback address 127.0.0.1 zone "0.0.127.in-addr.arpa" { type master; file "localhost.rev"; notify no; }; // Domain Name information at following zone "coxford.net" { type master; file "db.coxford.net"; };