mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V3.2018.03.1069 [ci skip]
This commit is contained in:
parent
4e3079ff1e
commit
f46621d1a2
52 changed files with 115 additions and 75 deletions
|
@ -26,5 +26,5 @@
|
|||
# Only add actual IP addresses and ranges here
|
||||
|
||||
111.111.111.111 0;
|
||||
35.184.226.236 0;
|
||||
35.202.145.110 0;
|
||||
35.193.211.2 0;
|
||||
35.192.217.12 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.03.1068
|
||||
### Updated: Sat Mar 24 16:17:24 SAST 2018
|
||||
### Version: V3.2018.03.1069
|
||||
### Updated: Sat Mar 24 16:26:18 SAST 2018
|
||||
### Bad Referrer Count: 6215
|
||||
### Bad Bot Count: 509
|
||||
### Bad Bot Count: 513
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -226,6 +226,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*\bAlexibot\b" 3;
|
||||
"~*\bAlligator\b" 3;
|
||||
"~*\bAllSubmitter\b" 3;
|
||||
"~*\bAlphaBot\b" 3;
|
||||
"~*\bAnarchie\b" 3;
|
||||
"~*\bApexoo\b" 3;
|
||||
"~*\bASPSeek\b" 3;
|
||||
|
@ -244,6 +245,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*\bBatchFTP\b" 3;
|
||||
"~*\bBattleztar\ Bazinga\b" 3;
|
||||
"~*\bBBBike\b" 3;
|
||||
"~*\bBDCbot\b" 3;
|
||||
"~*\bBDFetch\b" 3;
|
||||
"~*\bBetaBot\b" 3;
|
||||
"~*\bBigfoot\b" 3;
|
||||
|
@ -308,6 +310,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*\bDiscobot\b" 3;
|
||||
"~*\bDiscoverybot\b" 3;
|
||||
"~*\bDittoSpyder\b" 3;
|
||||
"~*\bDnyzBot\b" 3;
|
||||
"~*\bDomainAppender\b" 3;
|
||||
"~*\bDomainCrawler\b" 3;
|
||||
"~*\bDomainSigmaCrawler\b" 3;
|
||||
|
@ -399,6 +402,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*\bIria\b" 3;
|
||||
"~*\bIRLbot\b" 3;
|
||||
"~*\bIskanie\b" 3;
|
||||
"~*\bIstellaBot\b" 3;
|
||||
"~*\bJamesBOT\b" 3;
|
||||
"~*\bJbrofuzz\b" 3;
|
||||
"~*\bJennyBot\b" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue