blob: feb504a4db3bd303c72479a53f952123749793ac (
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
|
// This named.conf was generated by make-named.pl at 20160322-2330
// The current version of make-named.pl should not overwrite this file.
acl tg-nett { 88.92.0.0/17; 2a06:5840::/29; 185.110.148.0/22; 127.0.0.0/8; ::1; };
acl ns-xfr { 185.110.148.2; 2a06:5841:1337::2; 185.110.149.2; 2a06:5841:149a::2; 185.110.150.0/25; 2a06:5841:150a::1/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 "/etc/bind/named.rndc-stats";
};
logging {
category "default" { "debug"; };
category "general" { "debug"; };
category "database" { "debug"; };
category "security" { "debug"; "stats"; };
category "config" { "debug"; "stats"; };
category "resolver" { "debug"; "stats"; };
category "xfer-in" { "debug"; "stats"; };
category "xfer-out" { "debug"; "stats"; };
category "notify" { "debug"; "stats"; };
category "client" { "debug"; };
category "unmatched" { "debug"; };
category "network" { "debug"; };
category "update" { "debug"; };
category "queries" { "stats"; "query"; };
category "dispatch" { "debug"; };
category "dnssec" { "debug"; };
category "lame-servers" { "debug"; };
channel "debug" {
file "/etc/bind/nameddbg" versions 2 size 50m;
print-time yes;
print-category yes;
print-severity yes;
severity debug 9;
};
channel "stats" {
file "/etc/bind/namedstats" versions 2 size 50m;
print-time yes;
print-category yes;
print-severity yes;
severity debug 3;
};
channel "query" {
file "/etc/bind/namedquery" versions 2 size 500m;
print-time yes;
severity info;
};
};
key DHCP_UPDATER {
algorithm HMAC-MD5.SIG-ALG.REG.INT;
secret <removed>;
};
masters master_ns { 2a06:5841:149a::2; 185.110.149.2; };
zone "tg16.gathering.org" {
type slave;
file "slave/tg16.gathering.org";
notify no;
masters { master_ns; };
};
zone "infra.tg16.gathering.org" {
type slave;
file "slave/infra.tg16.gathering.org";
notify no;
masters { master_ns; };
};
zone "0.4.8.5.6.0.a.2.ip6.arpa" {
type slave;
notify no;
masters { master_ns; };
file "slave/0.4.8.5.6.0.a.2.ip6.arpa";
allow-transfer { ns-xfr; ext-xfr; };
};
zone "1.4.8.5.6.0.a.2.ip6.arpa" {
type slave;
notify no;
masters { master_ns; };
file "slave/1.4.8.5.6.0.a.2.ip6.arpa";
allow-transfer { ns-xfr; ext-xfr; };
};
zone "2.4.8.5.6.0.a.2.ip6.arpa" {
type slave;
notify no;
masters { master_ns; };
file "slave/2.4.8.5.6.0.a.2.ip6.arpa";
allow-transfer { ns-xfr; ext-xfr; };
};
zone "3.4.8.5.6.0.a.2.ip6.arpa" {
type slave;
notify no;
masters { master_ns; };
file "slave/3.4.8.5.6.0.a.2.ip6.arpa";
allow-transfer { ns-xfr; ext-xfr; };
};
zone "4.4.8.5.6.0.a.2.ip6.arpa" {
type slave;
notify no;
masters { master_ns; };
file "slave/4.4.8.5.6.0.a.2.ip6.arpa";
allow-transfer { ns-xfr; ext-xfr; };
};
zone "5.4.8.5.6.0.a.2.ip6.arpa" {
type slave;
notify no;
masters { master_ns; };
file "slave/5.4.8.5.6.0.a.2.ip6.arpa";
allow-transfer { ns-xfr; ext-xfr; };
};
zone "6.4.8.5.6.0.a.2.ip6.arpa" {
type slave;
notify no;
masters { master_ns; };
file "slave/6.4.8.5.6.0.a.2.ip6.arpa";
allow-transfer { ns-xfr; ext-xfr; };
};
zone "7.4.8.5.6.0.a.2.ip6.arpa" {
type slave;
notify no;
masters { master_ns; };
file "slave/7.4.8.5.6.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";
|