mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
V3.2017.09.874 [ci skip]
This commit is contained in:
parent
890f853255
commit
1003340754
40 changed files with 54 additions and 54 deletions
|
@ -26,4 +26,4 @@
|
|||
# Only add actual IP addresses and ranges here
|
||||
|
||||
111.111.111.111 0;
|
||||
35.188.190.218 0;
|
||||
35.184.89.15 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.09.873
|
||||
### Updated: Tue Sep 5 11:10:38 SAST 2017
|
||||
### Version: V3.2017.09.874
|
||||
### Updated: Tue Sep 5 11:20:15 SAST 2017
|
||||
### Bad Referrer Count: 5719
|
||||
### Bad Bot Count: 513
|
||||
###################################################
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
# Only add actual IP addresses and ranges here
|
||||
|
||||
111.111.111.111 0;
|
||||
35.188.190.218 0;
|
||||
35.184.89.15 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.09.873
|
||||
### Updated: Tue Sep 5 11:10:38 SAST 2017
|
||||
### Version: V3.2017.09.874
|
||||
### Updated: Tue Sep 5 11:20:15 SAST 2017
|
||||
### Bad Referrer Count: 5719
|
||||
### Bad Bot Count: 513
|
||||
###################################################
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
# Only add actual IP addresses and ranges here
|
||||
|
||||
111.111.111.111 0;
|
||||
35.188.190.218 0;
|
||||
35.184.89.15 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.09.873
|
||||
### Updated: Tue Sep 5 11:10:38 SAST 2017
|
||||
### Version: V3.2017.09.874
|
||||
### Updated: Tue Sep 5 11:20:15 SAST 2017
|
||||
### Bad Referrer Count: 5719
|
||||
### Bad Bot Count: 513
|
||||
###################################################
|
||||
|
@ -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/mybots.d/blacklist-user-agents.conf;
|
||||
|
||||
# *********************************************************************************
|
||||
# END CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
@ -777,7 +777,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/mybots.d/whitelist-domains.conf;
|
||||
|
||||
# **********************************************************************
|
||||
# END WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
@ -788,7 +788,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/mybots.d/bad-referrer-words.conf;
|
||||
|
||||
# ****************************************************************************
|
||||
# END CUSTOM BAD REFERRER WORDS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
@ -834,7 +834,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/mybots.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.
|
||||
|
@ -863,7 +863,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/mybots.d/whitelist-domains.conf;
|
||||
|
||||
# **********************************************************************
|
||||
# END WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
@ -880,7 +880,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/mybots.d/custom-bad-referrers.conf;
|
||||
|
||||
# ***********************************************************************
|
||||
# END CUSTOM BAD REFERRERS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
@ -6641,7 +6641,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/mybots.d/whitelist-ips.conf;
|
||||
|
||||
# ************************************************************************
|
||||
# END WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
@ -6808,7 +6808,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/mybots.d/blacklist-ips.conf;
|
||||
|
||||
# ******************************************************************
|
||||
# END BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
@ -6829,7 +6829,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/mybots.d/whitelist-ips.conf;
|
||||
|
||||
# *************************************************************************
|
||||
# END WHITELISTED IP RANGES2 ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:43 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:20 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:43 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:20 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:43 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:20 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:43 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:20 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:43 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:20 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:43 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:20 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:43 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:20 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:43 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:20 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:48 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:24 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:48 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:24 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:48 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:24 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:48 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:24 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:48 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:24 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:48 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:24 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:48 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:24 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:48 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:24 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:55 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:30 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:55 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:30 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:55 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:30 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:55 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:30 SAST 2017
|
||||
|
||||
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||
Dload Upload Total Spent Left Speed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:55 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:30 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:55 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:30 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:55 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:30 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Last Tested: Tue Sep 5 11:10:55 SAST 2017
|
||||
Last Tested: Tue Sep 5 11:20:30 SAST 2017
|
||||
|
||||
<?php
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.09.873
|
||||
### Updated: Tue Sep 5 11:10:38 SAST 2017
|
||||
### Version: V3.2017.09.874
|
||||
### Updated: Tue Sep 5 11:20:15 SAST 2017
|
||||
### Bad Referrer Count: 5719
|
||||
### Bad Bot Count: 513
|
||||
###################################################
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V3.2017.09.873
|
||||
#### Version: V3.2017.09.874
|
||||
#### Bad Referrer Count: 5719
|
||||
#### Bad Bot Count: 513
|
||||
____________________
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V3.2017.09.873
|
||||
#### Version: V3.2017.09.874
|
||||
#### Bad Referrer Count: 5719
|
||||
#### Bad Bot Count: 513
|
||||
____________________
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking
|
||||
|
||||
_______________
|
||||
#### Version: V3.2017.09.873
|
||||
#### Version: V3.2017.09.874
|
||||
#### Bad Referrer Count: 5719
|
||||
#### Bad Bot Count: 513
|
||||
____________________
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
||||
|
||||
_______________
|
||||
#### Version: V3.2017.09.873
|
||||
#### Version: V3.2017.09.874
|
||||
#### Bad Referrer Count: 5719
|
||||
#### Bad Bot Count: 513
|
||||
____________________
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.09.873
|
||||
### Updated: Tue Sep 5 11:10:38 SAST 2017
|
||||
### Version: V3.2017.09.874
|
||||
### Updated: Tue Sep 5 11:20:15 SAST 2017
|
||||
### Bad Referrer Count: 5719
|
||||
### Bad Bot Count: 513
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.09.873
|
||||
### Updated: Tue Sep 5 11:10:38 SAST 2017
|
||||
### Version: V3.2017.09.874
|
||||
### Updated: Tue Sep 5 11:20:15 SAST 2017
|
||||
### Bad Referrer Count: 5719
|
||||
### Bad Bot Count: 513
|
||||
###################################################
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
### Version Information #
|
||||
###################################################
|
||||
### Version: V3.2017.09.873
|
||||
### Updated: Tue Sep 5 11:10:39 SAST 2017
|
||||
### Version: V3.2017.09.874
|
||||
### Updated: Tue Sep 5 11:20:15 SAST 2017
|
||||
### Bad Bot Count: 513
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
|
Loading…
Add table
Reference in a new issue