fix rndc configuration

This commit is contained in:
Beu 2019-03-07 17:25:37 +01:00
parent 738f55f56d
commit 661a138fe5
2 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1,6 @@
// RNDC control
include "/etc/bind/rndc.key";
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndc-key"; };
};

View File

@ -43,12 +43,6 @@ options {
// fichier de zone.
allow-transfer { none; };
// RNDC control
include "/etc/rndc.key";
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndc-key"; };
};
};