options { default-key "rndc_key"; }; key rndc_key { algorithm hmac-sha256; secret "1234abcd8765"; }; /* Regresssion test for [GL #4991] */ server example.com { key rndc-key; addresses { localhost; 127.0.0.1; ::1; }; };