File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 russian_slow_scraper :
2626 from_ip : 95.27.93.166
2727 to_port : 443
28- # more than one day until they got HTTP 503 scraping zoom level <= 12
29- OJSC_Rostelecom_scraping :
30- from_ip : " 95.179.120.0/21"
31- to_port : 443
3228
3329apache :
3430 modules :
@@ -276,6 +272,10 @@ apache:
276272 RewriteCond expr "%{REMOTE_ADDR} -ipmatch '78.94.48.98'" [OR]
277273 # Vodafone West, QGIS, 45k per day
278274 RewriteCond expr "%{REMOTE_ADDR} -ipmatch '95.223.72.184'" [OR]
275+ # tile scraping from Rostelecom, about 1 million requests per day
276+ RewriteCond expr "%{REMOTE_ADDR} -ipmatch '95.179.116.0/22'" [OR]
277+ # tile scraping from Rostelecom, about 1 million requests per day
278+ RewriteCond expr "%{REMOTE_ADDR} -ipmatch '95.179.120.0/21'" [OR]
279279 # More than 20k tile request per IP and day but strange user agents and no referers
280280 RewriteCond "%{HTTP_USER_AGENT}" "Mozilla/4.7[35]"
281281 RewriteRule "." "-" [R=429,L]
You can’t perform that action at this time.
0 commit comments