add zone for helgoland

This commit is contained in:
ohrensessel 2015-03-28 13:52:47 +01:00
commit 418536209c
4 changed files with 79 additions and 0 deletions

16
helgo.conf Normal file
View file

@ -0,0 +1,16 @@
#Apperantly for helgo
zone "ffhh" IN {
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.; };
};