forked from freifunkhamburg/bind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelgo.conf
More file actions
27 lines (24 loc) · 671 Bytes
/
Copy pathhelgo.conf
File metadata and controls
27 lines (24 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#Apperantly for helgo
zone "helgo" IN {
type master;
file "/etc/bind/master/db.helgo";
allow-transfer { any; };
allow-update { key srv01-zone-key.; key srv01-userdomain-key.; };
};
zone "helgoland.freifunk.net" IN {
type master;
allow-transfer {
144.76.58.2; # named.ohrensessel.net
};
also-notify {
144.76.58.2; # named.ohrensessel.net
};
file "/etc/bind/master/db.net.freifunk.helgoland";
};
#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.; };
};