]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/named/files/common/named.conf.acl
fix up some usage of keyinfo
[dsa-puppet.git] / modules / named / files / common / named.conf.acl
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 acl Nagios {
7         192.25.206.33/32;
8         206.12.19.118/32;
9 };
10
11 // Africa
12 acl AF {
13         country_AO;
14         country_BF;
15         country_BI;
16         country_BJ;
17         country_BW;
18         country_CD;
19         country_CF;
20         country_CG;
21         country_CI;
22         country_CM;
23         country_CV;
24         country_DJ;
25         country_DZ;
26         country_EG;
27         country_EH;
28         country_ER;
29         country_ET;
30         country_GA;
31         country_GH;
32         country_GM;
33         country_GN;
34         country_GQ;
35         country_GW;
36         country_KE;
37         country_KM;
38         country_LR;
39         country_LS;
40         country_LY;
41         country_MA;
42         country_MG;
43         country_ML;
44         country_MR;
45         country_MU;
46         country_MW;
47         country_MZ;
48         country_NA;
49         country_NE;
50         country_NG;
51         country_RE;
52         country_RW;
53         country_SC;
54         country_SD;
55         country_SH;
56         country_SL;
57         country_SN;
58         country_SO;
59         country_ST;
60         country_SZ;
61         country_TD;
62         country_TG;
63         country_TN;
64         country_TZ;
65         country_UG;
66         country_YT;
67         country_ZA;
68         country_ZM;
69         country_ZW;
70 };
71
72 // Asia
73 acl AS {
74         country_AE;
75         country_AF;
76         country_AM;
77         country_AP; // global region Asia/Pacific
78         country_AZ;
79         country_BD;
80         country_BH;
81         country_BN;
82         country_BT;
83         country_CC;
84         country_CN;
85         country_CX;
86         country_CY;
87         country_GE;
88         country_HK;
89         country_ID;
90         country_IL;
91         country_IN;
92         country_IO;
93         country_IQ;
94         country_IR;
95         country_JO;
96         country_JP;
97         country_KG;
98         country_KH;
99         country_KP;
100         country_KR;
101         country_KW;
102         country_KZ;
103         country_LA;
104         country_LB;
105         country_LK;
106         country_MM;
107         country_MN;
108         country_MO;
109         country_MV;
110         country_MY;
111         country_NP;
112         country_OM;
113         country_PH;
114         country_PK;
115         country_PS;
116         country_QA;
117         country_SA;
118         country_SG;
119         country_SY;
120         country_TH;
121         country_TJ;
122         country_TL;
123         country_TM;
124         country_TW;
125         country_UZ;
126         country_VN;
127         country_YE;
128 };
129
130 // Europe
131 acl EU {
132         country_AD;
133         country_AL;
134         country_AT;
135         country_AX;
136         country_BA;
137         country_BE;
138         country_BG;
139         country_BY;
140         country_CH;
141         country_CZ;
142         country_DE;
143         country_DK;
144         country_EE;
145         country_ES;
146         country_EU; // global region Europe
147         country_FI;
148         country_FO;
149         country_FR;
150         country_GB;
151         country_GG;
152         country_GI;
153         country_GR;
154         country_HR;
155         country_HU;
156         country_IE;
157         country_IM;
158         country_IS;
159         country_IT;
160         country_JE;
161         country_LI;
162         country_LT;
163         country_LU;
164         country_LV;
165         country_MC;
166         country_MD;
167         country_ME;
168         country_MK;
169         country_MT;
170         country_NL;
171         country_NO;
172         country_PL;
173         country_PT;
174         country_RO;
175         country_RS;
176         country_RU;
177         country_SE;
178         country_SI;
179         country_SJ;
180         country_SK;
181         country_SM;
182         country_TR;
183         country_UA;
184         country_VA;
185 };
186
187 // North America
188 acl NA {
189         country_AG;
190         country_AI;
191         country_AN;
192         country_AW;
193         country_BB;
194         country_BL;
195         country_BM;
196         country_BS;
197         country_BZ;
198         country_CA;
199         country_CR;
200         country_CU;
201         country_DM;
202         country_DO;
203         country_GD;
204         country_GL;
205         country_GP;
206         country_GT;
207         country_HN;
208         country_HT;
209         country_JM;
210         country_KN;
211         country_KY;
212         country_LC;
213         country_MF;
214         country_MQ;
215         country_MS;
216         country_MX;
217         country_NI;
218         country_PA;
219         country_PM;
220         country_PR;
221         country_SV;
222         country_TC;
223         country_TT;
224         country_US;
225         country_VC;
226         country_VG;
227         country_VI;
228 };
229
230 // South America
231 acl SA {
232         country_AR;
233         country_BO;
234         country_BR;
235         country_CL;
236         country_CO;
237         country_EC;
238         country_FK;
239         country_GF;
240         country_GY;
241         country_PE;
242         country_PY;
243         country_SR;
244         country_UY;
245         country_VE;
246 };
247
248 // Oceania
249 acl OC {
250         country_AS;
251         country_AU;
252         country_CK;
253         country_FJ;
254         country_FM;
255         country_GU;
256         country_KI;
257         country_MH;
258         country_MP;
259         country_NC;
260         country_NF;
261         country_NR;
262         country_NU;
263         country_NZ;
264         country_PF;
265         country_PG;
266         country_PN;
267         country_PW;
268         country_SB;
269         country_TK;
270         country_TO;
271         country_TV;
272         country_UM;
273         country_VU;
274         country_WF;
275         country_WS;
276 };
277
278 // Antarctica
279 acl AN {
280         country_AQ;
281         country_BV;
282         country_GS;
283         country_HM;
284         country_TF;
285 };
286
287 acl undef {
288         country_A1;
289         country_A2;
290         8.8.8.8/32; // Google DNS Server fails with GeoIP
291         8.8.4.4/32; // Google DNS Server fails with GeoIP
292         208.67.222.222/32; // OpenDNS fails with GeoIP
293         208.67.220.220/32; // OpenDNS fails with GeoIP
294 };