V3.2017.12.1012 [ci skip]

This commit is contained in:
Travis 2017-12-03 10:17:34 +02:00
parent f60377f876
commit 9dd6f9dd24
57 changed files with 120 additions and 87 deletions

View file

@ -26,4 +26,4 @@
# Only add actual IP addresses and ranges here
111.111.111.111 0;
35.188.149.115 0;
35.184.63.133 0;

View file

@ -4,9 +4,9 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2017.12.1011
### Updated: Sat Dec 2 10:29:25 SAST 2017
### Bad Referrer Count: 6065
### Version: V3.2017.12.1012
### Updated: Sun Dec 3 10:16:47 SAST 2017
### Bad Referrer Count: 6069
### Bad Bot Count: 503
###################################################
### VERSION INFORMATION ##
@ -118,7 +118,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 ###
@ -766,7 +766,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 ###
@ -777,7 +777,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 ###
@ -823,7 +823,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.
@ -852,7 +852,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 ###
@ -869,7 +869,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 ###
@ -983,6 +983,7 @@ map $http_referer $bad_referer {
"~*\b5\-steps\-to\-start\-business\.com\b" 1;
"~*\b5tey7463\.weebly\.com\b" 1;
"~*\b5u\.com\b" 1;
"~*\b5ws\.dating\-app\.ru\b" 1;
"~*\b6128786\.com\b" 1;
"~*\b66cpwgln\.space\b" 1;
"~*\b6hopping\.com\b" 1;
@ -2285,6 +2286,7 @@ map $http_referer $bad_referer {
"~*\bdata\-mining\.tk\b" 1;
"~*\bdata\.vtc\.pw\b" 1;
"~*\bdate\-withme\.com\b" 1;
"~*\bdating\-app\.ru\b" 1;
"~*\bdating\-time\-now\.com\b" 1;
"~*\bdatract\.com\b" 1;
"~*\bdatsun\-do\.com\b" 1;
@ -3996,6 +3998,7 @@ map $http_referer $bad_referer {
"~*\bmac\-shield\.com\b" 1;
"~*\bmactechinfo\.info\b" 1;
"~*\bmadot\.onlinewebshop\.net\b" 1;
"~*\bmafa\-free\.com\b" 1;
"~*\bmafcards\.ru\b" 1;
"~*\bmagazin\-pics\.ru\b" 1;
"~*\bmagazintiande\.ru\b" 1;
@ -6455,6 +6458,7 @@ map $http_referer $bad_referer {
"~*\bwallpapersdesk\.info\b" 1;
"~*\bwallpapersist\.com\b" 1;
"~*\bwallpaperstock\.net\b" 1;
"~*\bwanker\.us\b" 1;
"~*\bwapsite\.me\b" 1;
"~*\bwareseeker\.com\b" 1;
"~*\bwarezaccess\.com\b" 1;
@ -6976,7 +6980,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 ###
@ -7148,7 +7152,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 ###
@ -7169,7 +7173,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 ###