fix rndc configuration
This commit is contained in:
parent
738f55f56d
commit
661a138fe5
@ -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"; };
|
||||
};
|
@ -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"; };
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user