您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. };