// $Id: etc.bind.rndc.conf 7641 2006-02-13 21:14:08Z wohler $ // // Configuration file for rndc. // See rndc(8) and rndc.conf(5) for details. options { // Avoid 127.0.0.1. default-server 70.85.162.231; default-key rndc-key; }; // Copied from /etc/bind/rndc.key. key "rndc-key" { algorithm hmac-md5; secret "XXXXXXXXXXXXXXXXXXXXXXXX"; };