# RNDC Configuration # This file allows local rndc access to the BIND server # Include the same key file as named uses include "/etc/named/rndc.key"; options { default-server localhost; default-port 953; default-key "rndc-key"; }; server localhost { key "rndc-key"; port 953; };