V3.2019.06.1499 [ci skip]

This commit is contained in:
Travis 2019-06-22 14:59:54 +02:00
parent e23bf84f9a
commit adfc45e22e
17 changed files with 58 additions and 58 deletions

View file

@ -33,4 +33,4 @@
# 111.111.111.111 0;
35.188.1.99 0;
104.154.120.187 0;

View file

@ -10,8 +10,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1493
### Updated: Sat Jun 22 12:27:37 SAST 2019
### Version: V3.2019.06.1499
### Updated: Sat Jun 22 14:59:40 SAST 2019
### Bad Referrer Count: 6693
### Bad Bot Count: 557
###################################################
@ -114,6 +114,24 @@ map $http_user_agent $bad_bot {
default 0;
# ***********************************************
# Include your Own Custom List of Bad User Agents
# ***********************************************
# Use the include file below to further customize your own list of additional user-agents you wish to permanently block
# ***********************************************************************************
# START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# ***********************************************************************************
include /etc/nginx/bots.d/blacklist-user-agents.conf;
# *********************************************************************************
# END CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# *********************************************************************************
# *********************************************
# Bad User-Agent Strings That We Block Outright
# *********************************************
@ -770,24 +788,6 @@ map $http_user_agent $bad_bot {
# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
# ***********************************************
# Include your Own Custom List of Bad User Agents
# ***********************************************
# Use the include file below to further customize your own list of additional user-agents you wish to permanently block
# ***********************************************************************************
# START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# ***********************************************************************************
include /etc/nginx/bots.d/blacklist-user-agents.conf;
# *********************************************************************************
# END CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# *********************************************************************************
# Test User Whitelisting
"~*(?:\b)Nutch(?:\b|)" 0;
}