rndc stuff

This commit is contained in:
2019-11-27 22:47:02 +01:00
parent 6fc64baaa7
commit 7ec0189140
3 changed files with 18 additions and 1 deletions

10
bind/named.conf.rndc Normal file
View 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"; };
};