rndc.conf 247 B

1234567891011121314151617
  1. ##
  2. ## @l_prefix@/etc/bind/rndc.conf -- BIND rndc configuration
  3. ##
  4. options {
  5. default-server localhost;
  6. default-port 953;
  7. default-key "rndc-key";
  8. };
  9. server localhost {
  10. key "rndc-key";
  11. };
  12. include "@l_prefix@/etc/bind/rndc.key";