mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-16 01:59:49 +00:00
V3.2017.08.848 [ci skip]
This commit is contained in:
parent
e41f555fec
commit
a082234c3d
38 changed files with 91 additions and 64 deletions
|
@ -19,4 +19,4 @@
|
|||
# Only add actual IP addresses and ranges here
|
||||
|
||||
111.111.111.111 0;
|
||||
104.155.139.76 0;
|
||||
35.184.165.227 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.08.847
|
||||
### Updated: Sat Aug 26 11:30:18 SAST 2017
|
||||
### Bad Referrer Count: 5674
|
||||
### Bad Bot Count: 504
|
||||
### Version: V3.2017.08.848
|
||||
### Updated: Sat Aug 26 12:25:16 SAST 2017
|
||||
### Bad Referrer Count: 5676
|
||||
### Bad Bot Count: 506
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -350,6 +350,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*\bGetWeb\b" 3;
|
||||
"~*\bGigablast\b" 3;
|
||||
"~*\bGigabot\b" 3;
|
||||
"~*\bG-i-g-a-b-o-t\b" 3;
|
||||
"~*\bG\-i\-g\-a\-b\-o\-t\b" 3;
|
||||
"~*\bGo-Ahead-Got-It\b" 3;
|
||||
"~*\bGotit\b" 3;
|
||||
"~*\bGoZilla\b" 3;
|
||||
|
@ -2641,6 +2643,7 @@ map $http_referer $bad_referer {
|
|||
"~*fastcrawl\.com" 1;
|
||||
"~*fastfixing\.tech" 1;
|
||||
"~*fast\-wordpress\-start\.com" 1;
|
||||
"~*fatfasts\-4tmz\.com" 1;
|
||||
"~*fatmaelgarny\.com" 1;
|
||||
"~*favorcosmetics\.com" 1;
|
||||
"~*favoritemoney\.ru" 1;
|
||||
|
@ -5457,6 +5460,7 @@ map $http_referer $bad_referer {
|
|||
"~*stop\-gepatit\.te\.ua" 1;
|
||||
"~*storehouse\.ua" 1;
|
||||
"~*store\-rx\.com" 1;
|
||||
"~*stpicks\.com" 1;
|
||||
"~*stpolice\.com" 1;
|
||||
"~*strag\-invest\.ru" 1;
|
||||
"~*strana\-krasoty\.ru" 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue