mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 15:34:24 +00:00
V3.2018.08.1176 [ci skip]
This commit is contained in:
parent
14dbf10a21
commit
a2aeeb4932
52 changed files with 93 additions and 72 deletions
|
@ -33,5 +33,5 @@
|
|||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
35.193.211.2 0;
|
||||
35.184.48.144 0;
|
||||
35.188.1.99 0;
|
||||
104.154.120.187 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.08.1175
|
||||
### Updated: Fri Aug 24 10:45:41 SAST 2018
|
||||
### Version: V3.2018.08.1176
|
||||
### Updated: Fri Aug 24 16:56:13 SAST 2018
|
||||
### Bad Referrer Count: 6399
|
||||
### Bad Bot Count: 532
|
||||
### Bad Bot Count: 534
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -295,6 +295,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*\bCraftbot\b" 3;
|
||||
"~*\bcrawler4j\b" 3;
|
||||
"~*\bcrawler.feedback\b" 3;
|
||||
"~*\bcrawl.sogou.com\b" 3;
|
||||
"~*\bCrazyWebCrawler\b" 3;
|
||||
"~*\bCrescent\b" 3;
|
||||
"~*\bCSHttp\b" 3;
|
||||
|
@ -607,6 +608,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*\bSnapbot\b" 3;
|
||||
"~*\bSnoopy\b" 3;
|
||||
"~*\bSocialRankIOBot\b" 3;
|
||||
"~*\bsogouspider\b" 3;
|
||||
"~*\bSogou\ web\ spider\b" 3;
|
||||
"~*\bSosospider\b" 3;
|
||||
"~*\bSottopop\b" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue