rndc stuff
This commit is contained in:
10
bind/named.conf.rndc
Normal file
10
bind/named.conf.rndc
Normal file
@ -0,0 +1,10 @@
|
||||
key "rndc-key" {
|
||||
algorithm hmac-md5;
|
||||
secret "$RNDCKEY";
|
||||
};
|
||||
|
||||
controls {
|
||||
inet 127.0.0.1 port 953
|
||||
allow { 127.0.0.1; } keys { "rndc-key"; };
|
||||
};
|
||||
|
Reference in New Issue
Block a user