]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tilecache/templates/default/squid.conf.erb
Tilecache: Whitelist SoTM-EU-2014 NAT IP
[chef.git] / cookbooks / tilecache / templates / default / squid.conf.erb
1 acl osmtile_sites dstdomain a.tile.openstreetmap.org b.tile.openstreetmap.org c.tile.openstreetmap.org tile.openstreetmap.org a.tile.osm.org b.tile.osm.org c.tile.osm.org tile.osm.org
2 acl osmtiles_png urlpath_regex .png$
3
4 acl osmtileScrapers browser ^$
5 acl osmtileScrapers browser ^MOBAC
6 acl osmtileScrapers browser ^JTileDownloader
7 acl osmtileScrapers browser ^Apache\-HttpClient
8 acl osmtileScrapers browser ^Opera\/10\.00
9 acl osmtileScrapers browser ^shipxy01
10 #acl osmtileScrapers browser ^OsmAnd #Victor + Email. Whitelist for 1 week
11 #acl osmtileScrapers browser ^apemap #CGI143 + Email. Whitelist for 1 week
12 acl osmtileScrapers browser Firefox\/2\.0\.0\.11$
13 #acl osmtileScrapers browser Firefox\/3\.5\.7$ #CGI285 + Email. Whitelist for 1 week
14 acl osmtileScrapers browser Firefox\/3\.6$
15 acl osmtileScrapers browser ^Mozilla\/5\.0$ #QLandkarte unwilling to set a real user-agent.
16 acl osmtileScrapers browser ^Mozilla$ #Intentionally faked user-agent
17 acl osmtileScrapers browser ^User\-Agent
18 acl osmtileScrapers browser Firefox\/0\.8$
19 acl osmtileScrapers browser Firefox\/1\.0$
20 acl osmtileScrapers browser Firefox\/1\.0\.7$
21 acl osmtileScrapers browser K\-Meleon\/1\.02$
22 acl osmtileScrapers browser MSIE.7\.0.*Windows.NT.5\.1.*2\.0\.50727.$
23 acl osmtileScrapers browser MSIE.5.5
24 acl osmtileScrapers browser ^LoadOSM\.exe$
25
26 http_access deny osmtile_sites osmtileScrapers
27
28 acl whitelist_path urlpath_regex ^/cgi-bin/(export|debug)
29 acl blacklist_path urlpath_regex ^/cgi-bin/
30 acl blacklist_path urlpath_regex ^/MyAdmin/
31 acl blacklist_path urlpath_regex ^/myadmin/
32 acl blacklist_path urlpath_regex ^/pma/
33 acl blacklist_path urlpath_regex ^/phpmyadmin/
34 acl blacklist_path urlpath_regex ^/phpMyAdmin/
35 acl blacklist_path urlpath_regex ^/idssvc/
36 acl blacklist_path urlpath_regex ^/iesvc/
37 acl blacklist_path urlpath_regex ^/invoker/
38 acl blacklist_path urlpath_regex ^/jmx-console/
39 acl blacklist_path urlpath_regex ^/manager/
40 acl blacklist_path urlpath_regex ^/service/
41 acl blacklist_path urlpath_regex ^/web-console/
42 acl blacklist_path urlpath_regex ^/wstats/
43 acl blacklist_path urlpath_regex ^/zecmd/
44
45 http_access allow osmtile_sites whitelist_path
46 http_access deny blacklist_path
47
48 http_access allow osmtile_sites
49
50 acl osmtile_nocache_url urlpath_regex \.png/(status|dirty)$
51 cache deny osmtile_sites osmtile_nocache_url
52
53 <% node[:tilecache][:tile_siblings].each do |sibling| -%>
54 cache_peer <%= sibling %> sibling 3128 3130 weight=1500
55 <% end -%>
56 #Primary Parent
57 cache_peer <%= node[:tilecache][:tile_parent] %> parent 80 0 no-query originserver name=osmtileAccel login=PASS connect-timeout=60 no-digest weight=1000
58 cache_peer_access osmtileAccel allow osmtile_sites
59
60 #Backup Parents
61 <% @renders.each do |renders| -%>
62 cache_peer <%= renders[:hostname] %>.render.openstreetmap.org parent 80 0 no-query originserver name=osmtileAccelBackup<%= renders[:hostname] %> login=PASS connect-timeout=60 no-digest weight=10
63 cache_peer_access osmtileAccelBackup<%= renders[:hostname] %> allow osmtile_sites
64 <% end -%>
65
66 #----------------------------------
67 #Create an unlimited pool for cache IP addresses
68 acl pool_unlimited src 127.0.0.1
69 <% @caches.each do |cache| -%>
70 <% cache.ipaddresses(:family => :inet, :role => :external).sort.each do |address| -%>
71 acl pool_unlimited src <%= address %>
72 acl tile_caches src <%= address %>
73 <% end -%>
74 <% end -%>
75 #AOL External (London Hack Weekend)
76 acl pool_unlimited src 64.236.163.23
77 #SoTM-US 2014
78 acl pool_unlimited src 66.78.217.141
79 #SoTM-US 2014 Hack Day Red Cross
80 acl pool_unlimited src 162.6.86.34
81 acl pool_unlimited src 162.6.86.35
82 acl pool_unlimited src 162.6.86.36
83 #Telenav Whitelist - mvexel
84 acl pool_unlimited src 108.60.98.6
85 #SoTM-EU 2014
86 acl pool_unlimited src 185.52.244.32/29
87
88 #Allow tile_caches ICP access
89 icp_access allow tile_caches
90
91 acl pool_000 src 0.0.0.0/7
92 acl pool_002 src 2.0.0.0/7
93 acl pool_004 src 4.0.0.0/7
94 acl pool_006 src 6.0.0.0/7
95 acl pool_008 src 8.0.0.0/7
96 acl pool_010 src 10.0.0.0/7
97 acl pool_012 src 12.0.0.0/7
98 acl pool_014 src 14.0.0.0/7
99 acl pool_016 src 16.0.0.0/7
100 acl pool_018 src 18.0.0.0/7
101 acl pool_020 src 20.0.0.0/7
102 acl pool_022 src 22.0.0.0/7
103 acl pool_024 src 24.0.0.0/7
104 acl pool_026 src 26.0.0.0/7
105 acl pool_028 src 28.0.0.0/7
106 acl pool_030 src 30.0.0.0/7
107 acl pool_032 src 32.0.0.0/7
108 acl pool_034 src 34.0.0.0/7
109 acl pool_036 src 36.0.0.0/7
110 acl pool_038 src 38.0.0.0/7
111 acl pool_040 src 40.0.0.0/7
112 acl pool_042 src 42.0.0.0/7
113 acl pool_044 src 44.0.0.0/7
114 acl pool_046 src 46.0.0.0/7
115 acl pool_048 src 48.0.0.0/7
116 acl pool_050 src 50.0.0.0/7
117 acl pool_052 src 52.0.0.0/7
118 acl pool_054 src 54.0.0.0/7
119 acl pool_056 src 56.0.0.0/7
120 acl pool_058 src 58.0.0.0/7
121 acl pool_060 src 60.0.0.0/7
122 acl pool_062 src 62.0.0.0/7
123 acl pool_064 src 64.0.0.0/7
124 acl pool_066 src 66.0.0.0/7
125 acl pool_068 src 68.0.0.0/7
126 acl pool_070 src 70.0.0.0/7
127 acl pool_072 src 72.0.0.0/7
128 acl pool_074 src 74.0.0.0/7
129 acl pool_076 src 76.0.0.0/7
130 acl pool_078 src 78.0.0.0/7
131 acl pool_080 src 80.0.0.0/7
132 acl pool_082 src 82.0.0.0/7
133 acl pool_084 src 84.0.0.0/7
134 acl pool_086 src 86.0.0.0/7
135 acl pool_088 src 88.0.0.0/7
136 acl pool_090 src 90.0.0.0/7
137 acl pool_092 src 92.0.0.0/7
138 acl pool_094 src 94.0.0.0/7
139 acl pool_096 src 96.0.0.0/7
140 acl pool_098 src 98.0.0.0/7
141 acl pool_100 src 100.0.0.0/7
142 acl pool_102 src 102.0.0.0/7
143 acl pool_104 src 104.0.0.0/7
144 acl pool_106 src 106.0.0.0/7
145 acl pool_108 src 108.0.0.0/7
146 acl pool_110 src 110.0.0.0/7
147 acl pool_112 src 112.0.0.0/7
148 acl pool_114 src 114.0.0.0/7
149 acl pool_116 src 116.0.0.0/7
150 acl pool_118 src 118.0.0.0/7
151 acl pool_120 src 120.0.0.0/7
152 acl pool_122 src 122.0.0.0/7
153 acl pool_124 src 124.0.0.0/7
154 acl pool_126 src 126.0.0.0/7
155 acl pool_128 src 128.0.0.0/7
156 acl pool_130 src 130.0.0.0/7
157 acl pool_132 src 132.0.0.0/7
158 acl pool_134 src 134.0.0.0/7
159 acl pool_136 src 136.0.0.0/7
160 acl pool_138 src 138.0.0.0/7
161 acl pool_140 src 140.0.0.0/7
162 acl pool_142 src 142.0.0.0/7
163 acl pool_144 src 144.0.0.0/7
164 acl pool_146 src 146.0.0.0/7
165 acl pool_148 src 148.0.0.0/7
166 acl pool_150 src 150.0.0.0/7
167 acl pool_152 src 152.0.0.0/7
168 acl pool_154 src 154.0.0.0/7
169 acl pool_156 src 156.0.0.0/7
170 acl pool_158 src 158.0.0.0/7
171 acl pool_160 src 160.0.0.0/7
172 acl pool_162 src 162.0.0.0/7
173 acl pool_164 src 164.0.0.0/7
174 acl pool_166 src 166.0.0.0/7
175 acl pool_168 src 168.0.0.0/7
176 acl pool_170 src 170.0.0.0/7
177 acl pool_172 src 172.0.0.0/7
178 acl pool_174 src 174.0.0.0/7
179 acl pool_176 src 176.0.0.0/7
180 acl pool_178 src 178.0.0.0/7
181 acl pool_180 src 180.0.0.0/7
182 acl pool_182 src 182.0.0.0/7
183 acl pool_184 src 184.0.0.0/7
184 acl pool_186 src 186.0.0.0/7
185 acl pool_188 src 188.0.0.0/7
186 acl pool_190 src 190.0.0.0/7
187 acl pool_192 src 192.0.0.0/7
188 acl pool_194 src 194.0.0.0/7
189 acl pool_196 src 196.0.0.0/7
190 acl pool_198 src 198.0.0.0/7
191 acl pool_200 src 200.0.0.0/7
192 acl pool_202 src 202.0.0.0/7
193 acl pool_204 src 204.0.0.0/7
194 acl pool_206 src 206.0.0.0/7
195 acl pool_208 src 208.0.0.0/7
196 acl pool_210 src 210.0.0.0/7
197 acl pool_212 src 212.0.0.0/7
198 acl pool_214 src 214.0.0.0/7
199 acl pool_216 src 216.0.0.0/7
200 acl pool_218 src 218.0.0.0/7
201 acl pool_220 src 220.0.0.0/7
202 acl pool_222 src 222.0.0.0/7
203 acl pool_224 src 224.0.0.0/7
204 acl pool_226 src 226.0.0.0/7
205 acl pool_228 src 228.0.0.0/7
206 acl pool_230 src 230.0.0.0/7
207 acl pool_232 src 232.0.0.0/7
208 acl pool_234 src 234.0.0.0/7
209 acl pool_236 src 236.0.0.0/7
210 acl pool_238 src 238.0.0.0/7
211 acl pool_240 src 240.0.0.0/7
212 acl pool_242 src 242.0.0.0/7
213 acl pool_244 src 244.0.0.0/7
214 acl pool_246 src 246.0.0.0/7
215 acl pool_248 src 248.0.0.0/7
216 acl pool_250 src 250.0.0.0/7
217 acl pool_252 src 252.0.0.0/7
218 acl pool_254 src 254.0.0.0/7
219
220 delay_pools 128
221 delay_initial_bucket_level 25
222
223 delay_class 1 3
224 delay_class 2 3
225 delay_class 3 3
226 delay_class 4 3
227 delay_class 5 3
228 delay_class 6 3
229 delay_class 7 3
230 delay_class 8 3
231 delay_class 9 3
232 delay_class 10 3
233 delay_class 11 3
234 delay_class 12 3
235 delay_class 13 3
236 delay_class 14 3
237 delay_class 15 3
238 delay_class 16 3
239 delay_class 17 3
240 delay_class 18 3
241 delay_class 19 3
242 delay_class 20 3
243 delay_class 21 3
244 delay_class 22 3
245 delay_class 23 3
246 delay_class 24 3
247 delay_class 25 3
248 delay_class 26 3
249 delay_class 27 3
250 delay_class 28 3
251 delay_class 29 3
252 delay_class 30 3
253 delay_class 31 3
254 delay_class 32 3
255 delay_class 33 3
256 delay_class 34 3
257 delay_class 35 3
258 delay_class 36 3
259 delay_class 37 3
260 delay_class 38 3
261 delay_class 39 3
262 delay_class 40 3
263 delay_class 41 3
264 delay_class 42 3
265 delay_class 43 3
266 delay_class 44 3
267 delay_class 45 3
268 delay_class 46 3
269 delay_class 47 3
270 delay_class 48 3
271 delay_class 49 3
272 delay_class 50 3
273 delay_class 51 3
274 delay_class 52 3
275 delay_class 53 3
276 delay_class 54 3
277 delay_class 55 3
278 delay_class 56 3
279 delay_class 57 3
280 delay_class 58 3
281 delay_class 59 3
282 delay_class 60 3
283 delay_class 61 3
284 delay_class 62 3
285 delay_class 63 3
286 delay_class 64 3
287 delay_class 65 3
288 delay_class 66 3
289 delay_class 67 3
290 delay_class 68 3
291 delay_class 69 3
292 delay_class 70 3
293 delay_class 71 3
294 delay_class 72 3
295 delay_class 73 3
296 delay_class 74 3
297 delay_class 75 3
298 delay_class 76 3
299 delay_class 77 3
300 delay_class 78 3
301 delay_class 79 3
302 delay_class 80 3
303 delay_class 81 3
304 delay_class 82 3
305 delay_class 83 3
306 delay_class 84 3
307 delay_class 85 3
308 delay_class 86 3
309 delay_class 87 3
310 delay_class 88 3
311 delay_class 89 3
312 delay_class 90 3
313 delay_class 91 3
314 delay_class 92 3
315 delay_class 93 3
316 delay_class 94 3
317 delay_class 95 3
318 delay_class 96 3
319 delay_class 97 3
320 delay_class 98 3
321 delay_class 99 3
322 delay_class 100 3
323 delay_class 101 3
324 delay_class 102 3
325 delay_class 103 3
326 delay_class 104 3
327 delay_class 105 3
328 delay_class 106 3
329 delay_class 107 3
330 delay_class 108 3
331 delay_class 109 3
332 delay_class 110 3
333 delay_class 111 3
334 delay_class 112 3
335 delay_class 113 3
336 delay_class 114 3
337 delay_class 115 3
338 delay_class 116 3
339 delay_class 117 3
340 delay_class 118 3
341 delay_class 119 3
342 delay_class 120 3
343 delay_class 121 3
344 delay_class 122 3
345 delay_class 123 3
346 delay_class 124 3
347 delay_class 125 3
348 delay_class 126 3
349 delay_class 127 3
350 delay_class 128 3
351 #bit mask
352 # xxxxxxx- -------- xxxxxxxx xxxxxxxx
353
354 delay_access 1 allow pool_000 !pool_unlimited osmtile_sites
355 delay_access 2 allow pool_002 !pool_unlimited osmtile_sites
356 delay_access 3 allow pool_004 !pool_unlimited osmtile_sites
357 delay_access 4 allow pool_006 !pool_unlimited osmtile_sites
358 delay_access 5 allow pool_008 !pool_unlimited osmtile_sites
359 delay_access 6 allow pool_010 !pool_unlimited osmtile_sites
360 delay_access 7 allow pool_012 !pool_unlimited osmtile_sites
361 delay_access 8 allow pool_014 !pool_unlimited osmtile_sites
362 delay_access 9 allow pool_016 !pool_unlimited osmtile_sites
363 delay_access 10 allow pool_018 !pool_unlimited osmtile_sites
364 delay_access 11 allow pool_020 !pool_unlimited osmtile_sites
365 delay_access 12 allow pool_022 !pool_unlimited osmtile_sites
366 delay_access 13 allow pool_024 !pool_unlimited osmtile_sites
367 delay_access 14 allow pool_026 !pool_unlimited osmtile_sites
368 delay_access 15 allow pool_028 !pool_unlimited osmtile_sites
369 delay_access 16 allow pool_030 !pool_unlimited osmtile_sites
370 delay_access 17 allow pool_032 !pool_unlimited osmtile_sites
371 delay_access 18 allow pool_034 !pool_unlimited osmtile_sites
372 delay_access 19 allow pool_036 !pool_unlimited osmtile_sites
373 delay_access 20 allow pool_038 !pool_unlimited osmtile_sites
374 delay_access 21 allow pool_040 !pool_unlimited osmtile_sites
375 delay_access 22 allow pool_042 !pool_unlimited osmtile_sites
376 delay_access 23 allow pool_044 !pool_unlimited osmtile_sites
377 delay_access 24 allow pool_046 !pool_unlimited osmtile_sites
378 delay_access 25 allow pool_048 !pool_unlimited osmtile_sites
379 delay_access 26 allow pool_050 !pool_unlimited osmtile_sites
380 delay_access 27 allow pool_052 !pool_unlimited osmtile_sites
381 delay_access 28 allow pool_054 !pool_unlimited osmtile_sites
382 delay_access 29 allow pool_056 !pool_unlimited osmtile_sites
383 delay_access 30 allow pool_058 !pool_unlimited osmtile_sites
384 delay_access 31 allow pool_060 !pool_unlimited osmtile_sites
385 delay_access 32 allow pool_062 !pool_unlimited osmtile_sites
386 delay_access 33 allow pool_064 !pool_unlimited osmtile_sites
387 delay_access 34 allow pool_066 !pool_unlimited osmtile_sites
388 delay_access 35 allow pool_068 !pool_unlimited osmtile_sites
389 delay_access 36 allow pool_070 !pool_unlimited osmtile_sites
390 delay_access 37 allow pool_072 !pool_unlimited osmtile_sites
391 delay_access 38 allow pool_074 !pool_unlimited osmtile_sites
392 delay_access 39 allow pool_076 !pool_unlimited osmtile_sites
393 delay_access 40 allow pool_078 !pool_unlimited osmtile_sites
394 delay_access 41 allow pool_080 !pool_unlimited osmtile_sites
395 delay_access 42 allow pool_082 !pool_unlimited osmtile_sites
396 delay_access 43 allow pool_084 !pool_unlimited osmtile_sites
397 delay_access 44 allow pool_086 !pool_unlimited osmtile_sites
398 delay_access 45 allow pool_088 !pool_unlimited osmtile_sites
399 delay_access 46 allow pool_090 !pool_unlimited osmtile_sites
400 delay_access 47 allow pool_092 !pool_unlimited osmtile_sites
401 delay_access 48 allow pool_094 !pool_unlimited osmtile_sites
402 delay_access 49 allow pool_096 !pool_unlimited osmtile_sites
403 delay_access 50 allow pool_098 !pool_unlimited osmtile_sites
404 delay_access 51 allow pool_100 !pool_unlimited osmtile_sites
405 delay_access 52 allow pool_102 !pool_unlimited osmtile_sites
406 delay_access 53 allow pool_104 !pool_unlimited osmtile_sites
407 delay_access 54 allow pool_106 !pool_unlimited osmtile_sites
408 delay_access 55 allow pool_108 !pool_unlimited osmtile_sites
409 delay_access 56 allow pool_110 !pool_unlimited osmtile_sites
410 delay_access 57 allow pool_112 !pool_unlimited osmtile_sites
411 delay_access 58 allow pool_114 !pool_unlimited osmtile_sites
412 delay_access 59 allow pool_116 !pool_unlimited osmtile_sites
413 delay_access 60 allow pool_118 !pool_unlimited osmtile_sites
414 delay_access 61 allow pool_120 !pool_unlimited osmtile_sites
415 delay_access 62 allow pool_122 !pool_unlimited osmtile_sites
416 delay_access 63 allow pool_124 !pool_unlimited osmtile_sites
417 delay_access 64 allow pool_126 !pool_unlimited osmtile_sites
418 delay_access 65 allow pool_128 !pool_unlimited osmtile_sites
419 delay_access 66 allow pool_130 !pool_unlimited osmtile_sites
420 delay_access 67 allow pool_132 !pool_unlimited osmtile_sites
421 delay_access 68 allow pool_134 !pool_unlimited osmtile_sites
422 delay_access 69 allow pool_136 !pool_unlimited osmtile_sites
423 delay_access 70 allow pool_138 !pool_unlimited osmtile_sites
424 delay_access 71 allow pool_140 !pool_unlimited osmtile_sites
425 delay_access 72 allow pool_142 !pool_unlimited osmtile_sites
426 delay_access 73 allow pool_144 !pool_unlimited osmtile_sites
427 delay_access 74 allow pool_146 !pool_unlimited osmtile_sites
428 delay_access 75 allow pool_148 !pool_unlimited osmtile_sites
429 delay_access 76 allow pool_150 !pool_unlimited osmtile_sites
430 delay_access 77 allow pool_152 !pool_unlimited osmtile_sites
431 delay_access 78 allow pool_154 !pool_unlimited osmtile_sites
432 delay_access 79 allow pool_156 !pool_unlimited osmtile_sites
433 delay_access 80 allow pool_158 !pool_unlimited osmtile_sites
434 delay_access 81 allow pool_160 !pool_unlimited osmtile_sites
435 delay_access 82 allow pool_162 !pool_unlimited osmtile_sites
436 delay_access 83 allow pool_164 !pool_unlimited osmtile_sites
437 delay_access 84 allow pool_166 !pool_unlimited osmtile_sites
438 delay_access 85 allow pool_168 !pool_unlimited osmtile_sites
439 delay_access 86 allow pool_170 !pool_unlimited osmtile_sites
440 delay_access 87 allow pool_172 !pool_unlimited osmtile_sites
441 delay_access 88 allow pool_174 !pool_unlimited osmtile_sites
442 delay_access 89 allow pool_176 !pool_unlimited osmtile_sites
443 delay_access 90 allow pool_178 !pool_unlimited osmtile_sites
444 delay_access 91 allow pool_180 !pool_unlimited osmtile_sites
445 delay_access 92 allow pool_182 !pool_unlimited osmtile_sites
446 delay_access 93 allow pool_184 !pool_unlimited osmtile_sites
447 delay_access 94 allow pool_186 !pool_unlimited osmtile_sites
448 delay_access 95 allow pool_188 !pool_unlimited osmtile_sites
449 delay_access 96 allow pool_190 !pool_unlimited osmtile_sites
450 delay_access 97 allow pool_192 !pool_unlimited osmtile_sites
451 delay_access 98 allow pool_194 !pool_unlimited osmtile_sites
452 delay_access 99 allow pool_196 !pool_unlimited osmtile_sites
453 delay_access 100 allow pool_198 !pool_unlimited osmtile_sites
454 delay_access 100 allow pool_198 !pool_unlimited osmtile_sites
455 delay_access 101 allow pool_200 !pool_unlimited osmtile_sites
456 delay_access 102 allow pool_202 !pool_unlimited osmtile_sites
457 delay_access 103 allow pool_204 !pool_unlimited osmtile_sites
458 delay_access 104 allow pool_206 !pool_unlimited osmtile_sites
459 delay_access 105 allow pool_208 !pool_unlimited osmtile_sites
460 delay_access 106 allow pool_210 !pool_unlimited osmtile_sites
461 delay_access 107 allow pool_212 !pool_unlimited osmtile_sites
462 delay_access 108 allow pool_214 !pool_unlimited osmtile_sites
463 delay_access 109 allow pool_216 !pool_unlimited osmtile_sites
464 delay_access 110 allow pool_218 !pool_unlimited osmtile_sites
465 delay_access 111 allow pool_220 !pool_unlimited osmtile_sites
466 delay_access 112 allow pool_222 !pool_unlimited osmtile_sites
467 delay_access 113 allow pool_224 !pool_unlimited osmtile_sites
468 delay_access 114 allow pool_226 !pool_unlimited osmtile_sites
469 delay_access 115 allow pool_228 !pool_unlimited osmtile_sites
470 delay_access 116 allow pool_230 !pool_unlimited osmtile_sites
471 delay_access 117 allow pool_232 !pool_unlimited osmtile_sites
472 delay_access 118 allow pool_234 !pool_unlimited osmtile_sites
473 delay_access 119 allow pool_236 !pool_unlimited osmtile_sites
474 delay_access 120 allow pool_238 !pool_unlimited osmtile_sites
475 delay_access 121 allow pool_240 !pool_unlimited osmtile_sites
476 delay_access 122 allow pool_242 !pool_unlimited osmtile_sites
477 delay_access 123 allow pool_244 !pool_unlimited osmtile_sites
478 delay_access 124 allow pool_246 !pool_unlimited osmtile_sites
479 delay_access 125 allow pool_248 !pool_unlimited osmtile_sites
480 delay_access 126 allow pool_250 !pool_unlimited osmtile_sites
481 delay_access 127 allow pool_252 !pool_unlimited osmtile_sites
482 delay_access 128 allow pool_254 !pool_unlimited osmtile_sites
483
484 delay_access 1 deny all
485 delay_access 2 deny all
486 delay_access 3 deny all
487 delay_access 4 deny all
488 delay_access 5 deny all
489 delay_access 6 deny all
490 delay_access 7 deny all
491 delay_access 8 deny all
492 delay_access 9 deny all
493 delay_access 10 deny all
494 delay_access 11 deny all
495 delay_access 12 deny all
496 delay_access 13 deny all
497 delay_access 14 deny all
498 delay_access 15 deny all
499 delay_access 16 deny all
500 delay_access 17 deny all
501 delay_access 18 deny all
502 delay_access 19 deny all
503 delay_access 20 deny all
504 delay_access 21 deny all
505 delay_access 22 deny all
506 delay_access 23 deny all
507 delay_access 24 deny all
508 delay_access 25 deny all
509 delay_access 26 deny all
510 delay_access 27 deny all
511 delay_access 28 deny all
512 delay_access 29 deny all
513 delay_access 30 deny all
514 delay_access 31 deny all
515 delay_access 32 deny all
516 delay_access 33 deny all
517 delay_access 34 deny all
518 delay_access 35 deny all
519 delay_access 36 deny all
520 delay_access 37 deny all
521 delay_access 38 deny all
522 delay_access 39 deny all
523 delay_access 40 deny all
524 delay_access 41 deny all
525 delay_access 42 deny all
526 delay_access 43 deny all
527 delay_access 44 deny all
528 delay_access 45 deny all
529 delay_access 46 deny all
530 delay_access 47 deny all
531 delay_access 48 deny all
532 delay_access 49 deny all
533 delay_access 50 deny all
534 delay_access 51 deny all
535 delay_access 52 deny all
536 delay_access 53 deny all
537 delay_access 54 deny all
538 delay_access 55 deny all
539 delay_access 56 deny all
540 delay_access 57 deny all
541 delay_access 58 deny all
542 delay_access 59 deny all
543 delay_access 60 deny all
544 delay_access 61 deny all
545 delay_access 62 deny all
546 delay_access 63 deny all
547 delay_access 64 deny all
548 delay_access 65 deny all
549 delay_access 66 deny all
550 delay_access 67 deny all
551 delay_access 68 deny all
552 delay_access 69 deny all
553 delay_access 70 deny all
554 delay_access 71 deny all
555 delay_access 72 deny all
556 delay_access 73 deny all
557 delay_access 74 deny all
558 delay_access 75 deny all
559 delay_access 76 deny all
560 delay_access 77 deny all
561 delay_access 78 deny all
562 delay_access 79 deny all
563 delay_access 80 deny all
564 delay_access 81 deny all
565 delay_access 82 deny all
566 delay_access 83 deny all
567 delay_access 84 deny all
568 delay_access 85 deny all
569 delay_access 86 deny all
570 delay_access 87 deny all
571 delay_access 88 deny all
572 delay_access 89 deny all
573 delay_access 90 deny all
574 delay_access 91 deny all
575 delay_access 92 deny all
576 delay_access 93 deny all
577 delay_access 94 deny all
578 delay_access 95 deny all
579 delay_access 96 deny all
580 delay_access 97 deny all
581 delay_access 98 deny all
582 delay_access 99 deny all
583 delay_access 100 deny all
584 delay_access 101 deny all
585 delay_access 102 deny all
586 delay_access 103 deny all
587 delay_access 104 deny all
588 delay_access 105 deny all
589 delay_access 106 deny all
590 delay_access 107 deny all
591 delay_access 108 deny all
592 delay_access 109 deny all
593 delay_access 110 deny all
594 delay_access 111 deny all
595 delay_access 112 deny all
596 delay_access 113 deny all
597 delay_access 114 deny all
598 delay_access 115 deny all
599 delay_access 116 deny all
600 delay_access 117 deny all
601 delay_access 118 deny all
602 delay_access 119 deny all
603 delay_access 120 deny all
604 delay_access 121 deny all
605 delay_access 122 deny all
606 delay_access 123 deny all
607 delay_access 124 deny all
608 delay_access 125 deny all
609 delay_access 126 deny all
610 delay_access 127 deny all
611 delay_access 128 deny all
612
613 delay_parameters 1 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
614 delay_parameters 2 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
615 delay_parameters 3 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
616 delay_parameters 4 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
617 delay_parameters 5 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
618 delay_parameters 6 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
619 delay_parameters 7 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
620 delay_parameters 8 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
621 delay_parameters 9 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
622 delay_parameters 10 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
623 delay_parameters 11 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
624 delay_parameters 12 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
625 delay_parameters 13 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
626 delay_parameters 14 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
627 delay_parameters 15 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
628 delay_parameters 16 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
629 delay_parameters 17 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
630 delay_parameters 18 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
631 delay_parameters 19 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
632 delay_parameters 20 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
633 delay_parameters 21 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
634 delay_parameters 22 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
635 delay_parameters 23 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
636 delay_parameters 24 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
637 delay_parameters 25 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
638 delay_parameters 26 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
639 delay_parameters 27 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
640 delay_parameters 28 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
641 delay_parameters 29 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
642 delay_parameters 30 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
643 delay_parameters 31 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
644 delay_parameters 32 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
645 delay_parameters 33 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
646 delay_parameters 34 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
647 delay_parameters 35 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
648 delay_parameters 36 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
649 delay_parameters 37 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
650 delay_parameters 38 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
651 delay_parameters 39 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
652 delay_parameters 40 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
653 delay_parameters 41 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
654 delay_parameters 42 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
655 delay_parameters 43 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
656 delay_parameters 44 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
657 delay_parameters 45 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
658 delay_parameters 46 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
659 delay_parameters 47 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
660 delay_parameters 48 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
661 delay_parameters 49 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
662 delay_parameters 50 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
663 delay_parameters 51 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
664 delay_parameters 52 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
665 delay_parameters 53 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
666 delay_parameters 54 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
667 delay_parameters 55 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
668 delay_parameters 56 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
669 delay_parameters 57 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
670 delay_parameters 58 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
671 delay_parameters 59 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
672 delay_parameters 60 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
673 delay_parameters 61 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
674 delay_parameters 62 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
675 delay_parameters 63 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
676 delay_parameters 64 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
677 delay_parameters 65 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
678 delay_parameters 66 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
679 delay_parameters 67 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
680 delay_parameters 68 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
681 delay_parameters 69 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
682 delay_parameters 70 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
683 delay_parameters 71 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
684 delay_parameters 72 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
685 delay_parameters 73 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
686 delay_parameters 74 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
687 delay_parameters 75 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
688 delay_parameters 76 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
689 delay_parameters 77 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
690 delay_parameters 78 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
691 delay_parameters 79 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
692 delay_parameters 80 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
693 delay_parameters 81 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
694 delay_parameters 82 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
695 delay_parameters 83 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
696 delay_parameters 84 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
697 delay_parameters 85 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
698 delay_parameters 86 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
699 delay_parameters 87 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
700 delay_parameters 88 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
701 delay_parameters 89 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
702 delay_parameters 90 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
703 delay_parameters 91 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
704 delay_parameters 92 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
705 delay_parameters 93 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
706 delay_parameters 94 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
707 delay_parameters 95 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
708 delay_parameters 96 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
709 delay_parameters 97 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
710 delay_parameters 98 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
711 delay_parameters 99 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
712 delay_parameters 100 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
713 delay_parameters 101 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
714 delay_parameters 102 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
715 delay_parameters 103 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
716 delay_parameters 104 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
717 delay_parameters 105 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
718 delay_parameters 106 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
719 delay_parameters 107 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
720 delay_parameters 108 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
721 delay_parameters 109 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
722 delay_parameters 110 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
723 delay_parameters 111 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
724 delay_parameters 112 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
725 delay_parameters 113 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
726 delay_parameters 114 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
727 delay_parameters 115 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
728 delay_parameters 116 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
729 delay_parameters 117 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
730 delay_parameters 118 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
731 delay_parameters 119 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
732 delay_parameters 120 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
733 delay_parameters 121 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
734 delay_parameters 122 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
735 delay_parameters 123 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
736 delay_parameters 124 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
737 delay_parameters 125 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
738 delay_parameters 126 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
739 delay_parameters 127 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
740 delay_parameters 128 -1/-1 <%= node[:tilecache][:net_bucket_refill] %>/<%= node[:tilecache][:net_bucket_size] %> <%= node[:tilecache][:ip_bucket_refill] %>/<%= node[:tilecache][:ip_bucket_size] %>
741
742 #----------------------------------
743