init commit

This commit is contained in:
2024-10-23 19:30:24 +02:00
commit 089f0ef45e
16 changed files with 366 additions and 0 deletions

7
rndc.conf Normal file
View File

@@ -0,0 +1,7 @@
include "/etc/bind/keys.conf";
options {
default-key "rndc-key";
default-server 127.0.0.1;
default-port 953;
};