initial commit, without tsig keys

This commit is contained in:
2023-02-24 09:12:21 -05:00
commit 6f4bd6c200
25 changed files with 806 additions and 0 deletions

12
cfg/rndc.conf Normal file
View File

@@ -0,0 +1,12 @@
# Start of rndc.conf
key "rndc-key" {
algorithm hmac-sha256;
secret "Divr3QQ1G6qBBuRAx1QPiE4hFwnC6of6z3o82PYf7TY=";
};
options {
default-key "rndc-key";
default-server 127.0.0.1;
default-port 953;
};
# End of rndc.conf