add zandonai.debian.org
[mirror/dsa-puppet.git] / modules / named / files / common / named.conf.debian-zones
1 //
2 // THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 // USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 //
5
6 // Slave domains, includ in bind.conf
7
8 // NOT USED YET - SYNC UP WITH dsa-misc/config/bind/ before enabling finally
9
10 zone "debian.org" {
11         type slave;
12         notify no;
13         file "db.debian.org";
14         masters {
15                 82.195.75.106; // draghi
16                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
17         };
18         allow-query { any; };
19         allow-transfer { };
20 };
21
22 zone "debian.net" {
23         type slave;
24         notify no;
25         file "db.debian.net";
26         masters {
27                 82.195.75.106; // draghi
28                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
29         };
30         allow-query { any; };
31         allow-transfer { };
32 };
33
34 zone "mirror.debian.net" {
35         type slave;
36         notify no;
37         file "db.mirror.debian.net";
38         masters {
39                 82.195.75.106; // draghi
40                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
41         };
42         allow-query { any; };
43         allow-transfer { };
44 };
45
46 zone "rbl.debian.net" {
47         type slave;
48         notify no;
49         file "db.rbl.debian.net";
50         masters {
51                 82.195.75.106; // draghi
52                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
53         };
54         allow-query { any; };
55         allow-transfer { };
56 };
57
58 zone "debian.com" {
59         type slave;
60         notify no;
61         file "db.debian.com";
62         masters {
63                 82.195.75.106; // draghi
64                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
65         };
66         allow-query { any; };
67         allow-transfer { };
68 };
69
70 zone "alioth.debian.org" {
71         type slave;
72         notify no;
73         file "db.alioth.debian.org";
74         masters {
75                 217.196.43.134;
76         };
77         allow-query { any; };
78         allow-transfer { };
79 };
80
81
82 // debian rack with sil.at
83 zone "144-28.118.59.86.in-addr.arpa" {
84         type slave;
85         notify no;
86         file "db.86.59.118.144";
87         masters {
88                 82.195.75.106; // draghi
89                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
90         };
91         allow-query { any; };
92         allow-transfer { };
93 };
94 zone "2.0.0.0.2.0.0.0.8.5.8.0.1.0.0.2.ip6.arpa" {
95         type slave;
96         notify no;
97         file "db.2001:0858:0002:0002";
98         masters {
99                 82.195.75.106; // draghi
100                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
101         };
102         allow-query { any; };
103         allow-transfer { };
104 };
105
106 // ipv6 at 1&1 - powell: 2001:08d8:0081:1520::/60
107 zone "2.5.1.1.8.0.0.8.d.8.0.1.0.0.2.ip6.arpa" {
108         type slave;
109         notify no;
110         file "db.2001:08d8:0081:1520";
111         masters {
112                 82.195.75.106; // draghi
113                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
114         };
115         allow-query { any; };
116         allow-transfer { };
117 };
118 // ipv6 at 1&1 - puccini 2001:08d8:0081:15a0::/60
119 zone "a.5.1.1.8.0.0.8.d.8.0.1.0.0.2.ip6.arpa" {
120         type slave;
121         notify no;
122         file "db.2001:08d8:0081:15a0";
123         masters {
124                 82.195.75.106; // draghi
125                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
126         };
127         allow-query { any; };
128         allow-transfer { };
129 };
130 // ipv6 at 1&1 - wieck and schumann
131 zone "2.6.a.0.4.6.5.6.1.0.0.0.2.0.0.0.8.d.8.0.1.0.0.2.ip6.arpa" {
132         type slave;
133         notify no;
134         file "db.2001:8d8:2:1:6564:0a62";
135         masters {
136                 82.195.75.106; // draghi
137                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
138         };
139         allow-query { any; };
140         allow-transfer { };
141 };
142
143 // ipv6 at xs4all - klecker 2001:888:2000:12::/64
144 zone "2.1.0.0.0.0.0.2.8.8.8.0.1.0.0.2.ip6.arpa" {
145         type slave;
146         notify no;
147         file "db.2001:888:2000:12";
148         masters {
149                 82.195.75.106; // draghi
150                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
151         };
152         allow-query { any; };
153         allow-transfer { };
154 };
155
156 // 19.12.206.in-addr.arpa zone - reverse zone for 206.12.19/24 - debian at UBC/ECE
157 zone "19.12.206.in-addr.arpa" {
158         type slave;
159         notify no;
160         file "db.206.12.19";
161         masters {
162                 82.195.75.106; // draghi
163                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
164         };
165         allow-query { any; };
166         allow-transfer { };
167 };
168 // vim:set syn=named: