Fix rndc key to be the one in private only. Thanks doteast
This commit is contained in:
parent
f39ea944fb
commit
b3d4f86978
1 changed files with 3 additions and 4 deletions
|
@ -10,10 +10,9 @@
|
|||
// Setup for GeoDNS
|
||||
include "/var/named/GeoIP.acl";
|
||||
|
||||
key "rndckey" {
|
||||
algorithm hmac-md5;
|
||||
secret "41x7Lj4MEobl58VDDK97ItQTGQq7MlahOcmlTYpxTDnS0ALgBaYWXg5KbnBp";
|
||||
};
|
||||
//include rndckey
|
||||
include "/etc/rndc.key";
|
||||
|
||||
// dns1.j2solutions.net - run by Jesse Keating <jkeating@redhat.com>
|
||||
acl "slaves" { 209.124.61.35; };
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue