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

22
named.conf.local Normal file
View File

@@ -0,0 +1,22 @@
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndc-key"; };
};
zone "schleppe" {
type master;
file "/etc/bind/zones/db.schleppe";
update-policy { grant tsig-key zonesub any; };
};
zone "rosendal" {
type master;
file "/etc/bind/zones/db.rosendal";
};
zone "kazan" {
type master;
file "/etc/bind/zones/db.kazan";
};