V4.2019.06.1637 [ci skip]

This commit is contained in:
Travis 2019-06-27 11:45:29 +02:00
parent bd40d565e9
commit 92dcee8449
33 changed files with 1604 additions and 1554 deletions

View file

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

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1636
### Updated: Thu Jun 27 11:27:55 SAST 2019
### Version: V3.2019.06.1637
### Updated: Thu Jun 27 11:43:17 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################
@ -7712,6 +7712,31 @@ map $http_referer $bad_referer {
geo $validate_client {
default 0;
# ----------------------------------------------
# Whitelist all your OWN IP addresses and Ranges
# ----------------------------------------------
# --------------------------------------------------------------------------------------
# WHITELIST all your own IP addresses using the include file below.
# New Method Uses the include file below so that when pulling future updates your
# whitelisted IP addresses are automatically now included for you.
# Read Comments inside whitelist-ips.conf for customization tips.
# Updating the main globalblacklist.conf file will not touch your custom include files
# whitelist-ips.conf reigns supreme !!!
# Whatever you add to whitelist-ips.conf will be whitelisted FULL STOP
# Anything blacklisted above this line will be over-ridden by whitelist-ips.conf
# --------------------------------------------------------------------------------------
# --------------------------------------------------------------------------
# START WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# --------------------------------------------------------------------------
include /etc/nginx/bots.d/whitelist-ips.conf;
# ------------------------------------------------------------------------
# END WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# ------------------------------------------------------------------------
# -------------------------------------
# BLOCK known Wordpress Theme Detectors
# -------------------------------------