mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-16 10:09:48 +00:00
V3.2017.11.988 [ci skip]
This commit is contained in:
parent
d0734a2540
commit
86b286a7e9
52 changed files with 79 additions and 69 deletions
|
@ -26,4 +26,4 @@
|
|||
# Only add actual IP addresses and ranges here
|
||||
|
||||
111.111.111.111 0;
|
||||
35.193.60.122 0;
|
||||
35.188.211.9 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.11.987
|
||||
### Updated: Sun Nov 12 11:51:09 SAST 2017
|
||||
### Version: V3.2017.11.988
|
||||
### Updated: Mon Nov 13 09:23:08 SAST 2017
|
||||
### Bad Referrer Count: 5920
|
||||
### Bad Bot Count: 503
|
||||
### Bad Bot Count: 504
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -458,6 +458,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*\bMJ12bot\b" 3;
|
||||
"~*\bMojeek\b" 3;
|
||||
"~*\bMorfeus\ Fucking\ Scanner\b" 3;
|
||||
"~*\bMozilla/4\b" 3;
|
||||
"~*\bMSFrontPage\b" 3;
|
||||
"~*\bMSIE\ 6.0\b" 3;
|
||||
"~*\bMSIECrawler\b" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue