mirror of
https://codeberg.org/freifunkhamburg/bind.git
synced 2025-09-05 12:47:23 +02:00
Reverse zone for 100.64.112.0/24
This commit is contained in:
parent
997bbbbb4f
commit
1c3720e306
2 changed files with 78 additions and 0 deletions
|
@ -70,6 +70,14 @@ zone "112.10.in-addr.arpa" IN {
|
|||
allow-update { key srv01-zone-key.; };
|
||||
};
|
||||
|
||||
#And the reverse Zone for our IPv4 transfer net
|
||||
zone "112.64.100.in-addr.arpa" IN {
|
||||
type master;
|
||||
file "/etc/bind/master/db.arpa.in-addr.100.64.112";
|
||||
allow-transfer { any; };
|
||||
allow-update { key srv01-zone-key.; };
|
||||
};
|
||||
|
||||
#The reverse Zone for our public IPv4 subnet
|
||||
zone "224.96.193.in-addr.arpa" IN {
|
||||
type master;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue