Skip to content

Commit cc2f8d5

Browse files
committed
Ban tile scraper
1 parent ef20385 commit cc2f8d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/group_vars/tileservers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ apache:
278278
RewriteCond expr "%{REMOTE_ADDR} -ipmatch '95.179.116.0/22'" [OR]
279279
# tile scraping from Rostelecom, about 1 million requests per day
280280
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]
281283
# More than 20k tile request per IP and day but strange user agents and no referers
282284
RewriteCond "%{HTTP_USER_AGENT}" "Mozilla/4.7[35]"
283285
RewriteRule "." "-" [R=429,L]

0 commit comments

Comments
 (0)