You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rndc.conf 197B

12345678910
  1. key "rndc-key" {
  2. algorithm hmac-md5;
  3. secret "DNS_TSIG_KEY_RNDC_SECRET";
  4. };
  5. options {
  6. default-key "rndc-key";
  7. default-server 127.0.0.1;
  8. default-port 953;
  9. };