options { directory "/var/bind"; listen-on-v6 { any; }; listen-on { 65.171.142.30; 127.0.0.1; }; pid-file "/var/run/named/named.pid"; }; logging { category lame-servers { null; }; }; zone "." IN { type hint; file "named.ca"; }; zone "localhost" IN { type master; file "pri/localhost.zone"; allow-update { none; }; notify no; }; zone "eradman.com" IN { type master; file "pri/eradman.com.zone"; allow-update { none; }; notify no; }; zone "127.in-addr.arpa" IN { type master; file "pri/127.zone"; allow-update { none; }; notify no; }; /* 2001:470:1f01:339::211/64 */ zone "9.3.3.0.1.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa" { type master; file "pri/eradman.com.arpa"; /* allow-transfer { }; */ };