mirror of
https://github.com/KevinMidboe/bind9-config.git
synced 2025-10-28 17:10:16 +00:00
23 lines
344 B
Plaintext
23 lines
344 B
Plaintext
controls {
|
|
inet 127.0.0.1 port 953
|
|
allow { 127.0.0.1; } keys { "rndc-key"; };
|
|
};
|
|
|
|
zone "schleppe" {
|
|
type master;
|
|
file "/var/lib/bind/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";
|
|
};
|
|
|