Merge branch 'master' of git+ssh://zobel@puppet.debian.org/srv/puppet.debian.org...
[mirror/dsa-puppet.git] / modules / named-secondary / 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 zone "debian.org" {
9         type slave;
10         notify no;
11         file "db.debian.org";
12         masters {
13                 82.195.75.106; // draghi
14                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
15         };
16         allow-query { any; };
17         allow-transfer { };
18 };
19
20 zone "debian.net" {
21         type slave;
22         notify no;
23         file "db.debian.net";
24         masters {
25                 82.195.75.106; // draghi
26                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
27         };
28         allow-query { any; };
29         allow-transfer { };
30 };
31
32 zone "mirror.debian.net" {
33         type slave;
34         notify no;
35         file "db.mirror.debian.net";
36         masters {
37                 82.195.75.106; // draghi
38                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
39         };
40         allow-query { any; };
41         allow-transfer { };
42 };
43
44 zone "rbl.debian.net" {
45         type slave;
46         notify no;
47         file "db.rbl.debian.net";
48         masters {
49                 82.195.75.106; // draghi
50                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
51         };
52         allow-query { any; };
53         allow-transfer { };
54 };
55
56 zone "debian.com" {
57         type slave;
58         notify no;
59         file "db.debian.com";
60         masters {
61                 82.195.75.106; // draghi
62                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
63         };
64         allow-query { any; };
65         allow-transfer { };
66 };
67
68 zone "alioth.debian.org" {
69         type slave;
70         notify no;
71         file "db.alioth.debian.org";
72         masters {
73                 217.196.43.134;
74         };
75         allow-query { any; };
76         allow-transfer { };
77 };
78
79
80 // debian rack with sil.at
81 zone "144-28.118.59.86.in-addr.arpa" {
82         type slave;
83         notify no;
84         file "db.86.59.118.144";
85         masters {
86                 82.195.75.106; // draghi
87                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
88         };
89         allow-query { any; };
90         allow-transfer { };
91 };
92
93 // ipv6 at 1&1 - powell: 2001:08d8:0081:1520::/60
94 zone "2.5.1.1.8.0.0.8.d.8.0.1.0.0.2.ip6.arpa" {
95         type slave;
96         notify no;
97         file "db.2001:08d8:0081:1520";
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 // ipv6 at 1&1 - puccini 2001:08d8:0081:15a0::/60
106 zone "a.5.1.1.8.0.0.8.d.8.0.1.0.0.2.ip6.arpa" {
107         type slave;
108         notify no;
109         file "db.2001:08d8:0081:15a0";
110         masters {
111                 82.195.75.106; // draghi
112                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
113         };
114         allow-query { any; };
115         allow-transfer { };
116 };
117 // ipv6 at xs4all - klecker 2001:888:2000:12::/64
118 zone "2.1.0.0.0.0.0.2.8.8.8.0.1.0.0.2.ip6.arpa" {
119         type slave;
120         notify no;
121         file "db.2001:888:2000:12";
122         masters {
123                 82.195.75.106; // draghi
124                 2001:41b8:202:deb:216:36ff:fe40:3906; //draghi
125         };
126         allow-query { any; };
127         allow-transfer { };
128 };
129
130 // vim:set syn=named: