mirror of
https://codeberg.org/freifunkhamburg/bind.git
synced 2025-09-05 12:47:23 +02:00
add zone for helgoland
This commit is contained in:
parent
533a81e0d6
commit
418536209c
4 changed files with 79 additions and 0 deletions
16
helgo.conf
Normal file
16
helgo.conf
Normal 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.; };
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue