From f19937f5e70d026fad74a449b0b22f90565b6d64 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Thu, 27 Jun 2019 16:38:19 +0200 Subject: [PATCH] FIX Duplicate Whitelist-IPS causing NGINX [WARN] Messages --- .dev-tools/globalblacklist-testing.template | 25 --------------------- .dev-tools/globalblacklist.template | 25 --------------------- 2 files changed, 50 deletions(-) diff --git a/.dev-tools/globalblacklist-testing.template b/.dev-tools/globalblacklist-testing.template index bfff96392..fe1c8f795 100644 --- a/.dev-tools/globalblacklist-testing.template +++ b/.dev-tools/globalblacklist-testing.template @@ -7712,31 +7712,6 @@ 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 # ------------------------------------- diff --git a/.dev-tools/globalblacklist.template b/.dev-tools/globalblacklist.template index 048ed1b34..1f2ee65d6 100755 --- a/.dev-tools/globalblacklist.template +++ b/.dev-tools/globalblacklist.template @@ -7712,31 +7712,6 @@ 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 # -------------------------------------