key "rndc-key" { algorithm hmac-md5; secret "adSH8RafV+Exhxmv6wbHeQ=="; }; options { directory "/etc"; pid-file "/var/run/named/named.pid"; }; zone "." { type hint; file "named.ca"; }; zone "0.0.127.in-addr.arpa" { type master; file "named.local"; }; controls { inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndc-key"; }; };