mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2026-04-30 21:00:28 +00:00
V3.2017.07.774 [ci skip]
This commit is contained in:
parent
a6f320e4dd
commit
71840665a0
26 changed files with 39 additions and 39 deletions
|
|
@ -7,4 +7,4 @@
|
|||
# Only add actual IP addresses and ranges here
|
||||
|
||||
111.111.111.111 0;
|
||||
35.192.105.61 0;
|
||||
35.192.146.243 0;
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.07.771
|
||||
### Updated: Wed Jul 26 11:37:51 SAST 2017
|
||||
### Version: V3.2017.07.772
|
||||
### Updated: Wed Jul 26 11:44:14 SAST 2017
|
||||
### Bad Referrer Count: 5468
|
||||
### Bad Bot Count: 501
|
||||
###################################################
|
||||
|
|
@ -106,7 +106,7 @@ map $http_user_agent $bad_bot {
|
|||
# START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ***********************************************************************************
|
||||
|
||||
include /usr/local/nginx/bots.d/blacklist-user-agents.conf;
|
||||
include /etc/nginx/bots.d/blacklist-user-agents.conf;
|
||||
|
||||
# *********************************************************************************
|
||||
# END CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
|
@ -749,7 +749,7 @@ map $http_referer $bad_words {
|
|||
# START WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ************************************************************************
|
||||
|
||||
include /usr/local/nginx/bots.d/whitelist-domains.conf;
|
||||
include /etc/nginx/bots.d/whitelist-domains.conf;
|
||||
|
||||
# **********************************************************************
|
||||
# END WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
|
@ -760,7 +760,7 @@ map $http_referer $bad_words {
|
|||
# START CUSTOM BAD REFERRER WORDS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ******************************************************************************
|
||||
|
||||
include /usr/local/nginx/bots.d/bad-referrer-words.conf;
|
||||
include /etc/nginx/bots.d/bad-referrer-words.conf;
|
||||
|
||||
# ****************************************************************************
|
||||
# END CUSTOM BAD REFERRER WORDS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
|
@ -806,7 +806,7 @@ map $http_referer $bad_words {
|
|||
# kill all your SEO in a week.
|
||||
|
||||
# To add your own custom bad referrers use the custom include file
|
||||
# /usr/local/nginx/bots.d/custom-bad-referrers.conf
|
||||
# /etc/nginx/bots.d/custom-bad-referrers.conf
|
||||
# Or send a Pull Request to add it to the global blacklist for other users.
|
||||
|
||||
# In the bad referrers section I also include sites that hotlink images without permission.
|
||||
|
|
@ -835,7 +835,7 @@ map $http_referer $bad_referer {
|
|||
# START WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ************************************************************************
|
||||
|
||||
include /usr/local/nginx/bots.d/whitelist-domains.conf;
|
||||
include /etc/nginx/bots.d/whitelist-domains.conf;
|
||||
|
||||
# **********************************************************************
|
||||
# END WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
|
@ -852,7 +852,7 @@ map $http_referer $bad_referer {
|
|||
# START CUSTOM BAD REFERRERS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# *************************************************************************
|
||||
|
||||
include /usr/local/nginx/bots.d/custom-bad-referrers.conf;
|
||||
include /etc/nginx/bots.d/custom-bad-referrers.conf;
|
||||
|
||||
# ***********************************************************************
|
||||
# END CUSTOM BAD REFERRERS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
|
@ -6362,7 +6362,7 @@ geo $validate_client {
|
|||
# START WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# **************************************************************************
|
||||
|
||||
include /usr/local/nginx/bots.d/whitelist-ips.conf;
|
||||
include /etc/nginx/bots.d/whitelist-ips.conf;
|
||||
|
||||
# ************************************************************************
|
||||
# END WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
|
@ -6529,7 +6529,7 @@ geo $validate_client {
|
|||
# START BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ********************************************************************
|
||||
|
||||
include /usr/local/nginx/bots.d/blacklist-ips.conf;
|
||||
include /etc/nginx/bots.d/blacklist-ips.conf;
|
||||
|
||||
# ******************************************************************
|
||||
# END BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
|
@ -6550,7 +6550,7 @@ geo $ratelimited {
|
|||
# START WHITELISTED IP RANGES2 ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
# ***************************************************************************
|
||||
|
||||
include /usr/local/nginx/bots.d/whitelist-ips.conf;
|
||||
include /etc/nginx/bots.d/whitelist-ips.conf;
|
||||
|
||||
# *************************************************************************
|
||||
# END WHITELISTED IP RANGES2 ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue