forked from freifunkhamburg/bind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathffnord.conf
More file actions
29 lines (26 loc) · 726 Bytes
/
ffnord.conf
File metadata and controls
29 lines (26 loc) · 726 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
27
28
29
#Apperantly for helgo
zone "ffnord" IN {
type master;
file "/etc/bind/master/db.ffnord";
allow-transfer { any; };
allow-update { key srv01-zone-key.; key srv01-userdomain-key.; };
};
zone "ffnord.net" 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.net.ffnord";
};
#And the reverse Zone for our IPv4 subnet
zone "187.10.in-addr.arpa" IN {
type master;
file "/etc/bind/master/db.arpa.in-addr.10.187";
allow-transfer { any; };
allow-update { key srv01-zone-key.; };
};