break up config; add run_rndc.sh

This commit is contained in:
2023-02-24 20:37:14 -05:00
parent 0f495466d8
commit 217a5b7d29
10 changed files with 321 additions and 247 deletions

9
cfg/named.rndc.conf Normal file
View File

@@ -0,0 +1,9 @@
key "rndc-key" {
algorithm hmac-sha256;
secret "Divr3QQ1G6qBBuRAx1QPiE4hFwnC6of6z3o82PYf7TY=";
};
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndc-key"; };
};