There was an error while loading. Please reload this page.
1 parent ef20385 commit cc2f8d5Copy full SHA for cc2f8d5
1 file changed
ansible/group_vars/tileservers.yml
@@ -278,6 +278,8 @@ apache:
278
RewriteCond expr "%{REMOTE_ADDR} -ipmatch '95.179.116.0/22'" [OR]
279
# tile scraping from Rostelecom, about 1 million requests per day
280
RewriteCond expr "%{REMOTE_ADDR} -ipmatch '95.179.120.0/21'" [OR]
281
+ # tile scraping from Rostelecom, more than 100k requests per day
282
+ RewriteCond expr "%{REMOTE_ADDR} -ipmatch '85.208.139.24'" [OR]
283
# More than 20k tile request per IP and day but strange user agents and no referers
284
RewriteCond "%{HTTP_USER_AGENT}" "Mozilla/4.7[35]"
285
RewriteRule "." "-" [R=429,L]
0 commit comments