bind/helgo.conf

17 lines
417 B
Plaintext
Raw Normal View History

2015-03-28 13:52:47 +01:00
#Apperantly for helgo
2015-03-28 13:55:59 +01:00
zone "helgo" IN {
2015-03-28 13:52:47 +01:00
type master;
file "/etc/bind/master/db.helgo";
allow-transfer { any; };
allow-update { key srv01-zone-key.; key srv01-userdomain-key.; };
};
#And the reverse Zone for our IPv4 subnet
zone "189.10.in-addr.arpa" IN {
type master;
file "/etc/bind/master/db.arpa.in-addr.10.189";
allow-transfer { any; };
allow-update { key srv01-zone-key.; };
};