1 2 3 4 5 6 7 8 9 10 11 12 13
options { directory "/var/cache/bind"; listen-on { any; }; allow-query { any; }; }; controls { inet 0.0.0.0 port 953 allow { any; } keys { "rndc-key"; }; }; include "/etc/bind/rndc.key";