This commit is contained in:
2024-04-02 21:58:31 +02:00
parent 7dc441b2fc
commit 562834d131
29 changed files with 746 additions and 0 deletions

7
Bind9/config/rndc.conf Normal file
View File

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