mirror of
https://github.com/KevinMidboe/bind9-config.git
synced 2026-01-04 16:25:36 +00:00
init commit
This commit is contained in:
22
named.conf.local
Normal file
22
named.conf.local
Normal 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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user