aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg15/dns/slave/named.conf
blob: e9dd7571bdfa77ddee0b70d4b19f539a27fa79e3 (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
// This named.conf was generated by make-named.pl at 20150329-1511
// The current version of make-named.pl should not overwrite this file.
acl tg-nett  { 151.216.128.0/17; 2a02:ed02::/32; 185.12.59.0/24; 127.0.0.0/8; ::1; };
acl ns-xfr   { 185.12.59.2; 2a02:ed02:1337::2; 185.12.59.66; 2a02:ed02:1ee7::66; 151.216.254.0/24; 2a02:ed02:254::/64; };
acl ext-xfr  { 193.0.0.0/22; 2001:610:240::/48; 2001:67c:2e8::/48; };

options {
        directory "/etc/bind";
        allow-recursion { tg-nett; };
        allow-query { any; };
        allow-transfer { ns-xfr; };
        recursion yes;
        auth-nxdomain no;
        listen-on-v6 { any; };
	statistics-file "/var/cache/bind/named.stats";
};

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

masters master_ns { 2a02:ed02:1ee7::66; 185.12.59.66; };

zone "tg15.gathering.org" {
        type slave;
        file "slave/tg15.gathering.org";
        notify no;
	masters { master_ns; };
};

zone "infra.tg15.gathering.org" {
        type slave;
        file "slave/infra.tg15.gathering.org";
        notify no;
	masters { master_ns; };
};

zone "2.0.d.e.2.0.a.2.ip6.arpa" {
        type slave;
        notify no;
	masters { master_ns; };
        file "slave/2.0.d.e.2.0.a.2.ip6.arpa:";
        allow-transfer { ns-xfr; ext-xfr; };
};

include "named.conf.default-zones";
include "named.slave-reverse4.conf";
include "named.slave-include.conf";