mirror of
https://codeberg.org/freifunkhamburg/bind.git
synced 2025-09-05 20:51:40 +02:00
Add zone for ffhh.network
This commit is contained in:
parent
50a1a62ed7
commit
8c3320f8fd
2 changed files with 34 additions and 0 deletions
13
ffhh.conf
13
ffhh.conf
|
@ -12,6 +12,19 @@ zone "ffhh" IN {
|
|||
allow-update { key srv01-zone-key.; key srv01-userdomain-key.; };
|
||||
};
|
||||
|
||||
zone "ffhh.network" IN {
|
||||
type master;
|
||||
allow-transfer {
|
||||
81.7.15.101; # named.exosphere.de
|
||||
144.76.72.235; # ns.ohrensessel.net
|
||||
};
|
||||
also-notify {
|
||||
81.7.15.101; # named.exosphere.de
|
||||
144.76.72.235; # ns.ohrensessel.net
|
||||
};
|
||||
file "/etc/bind/master/db.network.ffhh";
|
||||
};
|
||||
|
||||
zone "hamburg.freifunk.net" IN {
|
||||
type master;
|
||||
allow-transfer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue