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