acl "localnet" { %s/%s; 127.0.0.1/32; }; key mykey { algorithm hmac-md5; secret "%s"; }; options { directory "/var/named/"; pid-file "/var/run/named/named.pid"; // Put pid file in working dir allow-query { "localnet"; }; recursion yes; }; controls { inet 127.0.0.1 allow { 127.0.0.1; %s; } keys { "mykey"; }; }; zone "." { type hint; file "named.ca"; }; zone "0.0.127.in-addr.arpa" { type master; file "named.local"; }; // workaround stupid stuff... (OE: Wed 17 Sep 2003) zone "ac" { type delegation-only; }; zone "cc" { type delegation-only; }; zone "com" { type delegation-only; }; zone "cx" { type delegation-only; }; zone "museum" { type delegation-only; }; zone "net" { type delegation-only; }; zone "nu" { type delegation-only; }; zone "ph" { type delegation-only; }; zone "sh" { type delegation-only; }; zone "tm" { type delegation-only; }; zone "ws" { type delegation-only; }; %s