aboutsummaryrefslogtreecommitdiffstats
path: root/bind/master/named.conf
blob: 54adfdf8ced96d960591ea260b6616f5fb09b3c8 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
// This named.conf was generated by make-named.pl at 20130327-1708
// The current version of make-named.pl should not overwrite this file.
acl tg-nett  { 151.216.0.0/17; 2a02:ed02::/32; 127.0.0.0/8; ::1; 31.169.55.0/24; };
acl ns-xfr   { 194.19.3.20; 151.216.125.2; 2a02:ed02:125::2; 151.216.126.2; 2a02:ed02:126::2; 151.216.124.0/24; };
acl ripe-xfr { 194.19.3.20; 151.216.125.2; 2a02:ed02:125::2; 151.216.126.2; 2a02:ed02:126::2; 193.0.0.0/22; };

options {
        directory "/etc/bind";
        allow-recursion { tg-nett; };
        allow-query { any; };
        allow-transfer { ns-xfr; };
        recursion yes;
        auth-nxdomain no;
        listen-on-v6 { any; };
};

key DHCP_UPDATER {
        algorithm HMAC-MD5.SIG-ALG.REG.INT;
        secret <removed>;
};

zone "tg13.gathering.org" {
        type master;
        file "tg13.gathering.org.zone";
        notify yes;
        allow-transfer { ns-xfr; };
};

zone "infra.tg13.gathering.org" {
        type master;
        file "infra.tg13.gathering.org.zone";
        notify yes;
        allow-transfer { ns-xfr; };
};

zone "2.0.d.e.2.0.a.2.ip6.arpa" {
        type master;
        allow-update { key DHCP_UPDATER; };
        notify yes;
        file "2.0.d.e.2.0.a.2.ip6.arpa.zone";
        allow-transfer { ns-xfr; ripe-xfr; };
};

# ekstra /24-nett fra Blix
zone "55.169.31.in-addr.arpa" {
        type master;
        file "55.169.31.in-addr.arpa.zone";
        notify yes;
        allow-transfer { ns-xfr; ripe-xfr; };
};

include "/etc/bind/named.conf.default-zones";
include "/etc/bind/steamorigin-zones";
include "named.reverse4.conf";
include "named.master-include.conf";