From 06eabde68a85f07b2f4c1b77a46ee0324d08a6db Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 3 Oct 2017 14:29:08 +0200 Subject: [PATCH] RE-TEST Install Nginx MainStream / Dev --- .../bots.d/blacklist-domains.conf | 39 +++++++++++++++++++ .../bots.d/blacklist-domains.conf | 39 +++++++++++++++++++ .../bots.d/blacklist-domains.conf | 39 +++++++++++++++++++ 3 files changed, 117 insertions(+) create mode 100644 .dev-tools/_conf_files_test1/bots.d/blacklist-domains.conf create mode 100644 .dev-tools/_conf_files_test2/bots.d/blacklist-domains.conf create mode 100644 .dev-tools/_conf_files_test3/bots.d/blacklist-domains.conf diff --git a/.dev-tools/_conf_files_test1/bots.d/blacklist-domains.conf b/.dev-tools/_conf_files_test1/bots.d/blacklist-domains.conf new file mode 100644 index 000000000..061e762e1 --- /dev/null +++ b/.dev-tools/_conf_files_test1/bots.d/blacklist-domains.conf @@ -0,0 +1,39 @@ +# EDIT THIS FILE AS YOU LIKE TO BLACKLIST YOUR OWN CUSTOM DOMAIN NAMES ### + +### VERSION INFORMATION # +################################################### +### Version: V3.2017.02 +### Updated: Mon Oct 02 16:48:32 SAST 2017 +################################################### +### VERSION INFORMATION ## + +############################################################################## +# _ __ _ # +# / |/ /__ _(_)__ __ __ # +# / / _ `/ / _ \\ \ / # +# /_/|_/\_, /_/_//_/_\_\ # +# __/___/ __ ___ __ ___ __ __ # +# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ # +# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ # +# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ # +# # +############################################################################## + +# Add One Entry Per Line - List all your own extra domains you want to blacklist. +# This file must exist on your system or Nginx will fail a reload due to a missing file +# Automatic updates will never be able to remove this custom list of yours +# Add One Entry Per Line + +# Make sure any domains have dots and special characters escaped as per the Regex examples below. +# For example myblacklisteddomainname.com should be entered as myfirstowndomainname\.com +# and my-second-blacklisted.com should be entered as my\-second\-owndomainname\.com + +# ***************************************************************************************** +# PLEASE MAKE SURE that you use word regex boundaries to avoid false positive detection !!! +# ***************************************************************************************** + +# As you can see in the examples below the domain "myblacklisteddomainname\.com" is entered with a preceding \b and an ending \b +# this makes it now "\bmyblacklisteddomainname\.com\b". It is crucial to use the word boundaries regex formatting. + +"~*\bmyblacklisteddomainname\.com\b" 1; +"~*\bmy\-second\-blacklisted\.com\b" 1; diff --git a/.dev-tools/_conf_files_test2/bots.d/blacklist-domains.conf b/.dev-tools/_conf_files_test2/bots.d/blacklist-domains.conf new file mode 100644 index 000000000..061e762e1 --- /dev/null +++ b/.dev-tools/_conf_files_test2/bots.d/blacklist-domains.conf @@ -0,0 +1,39 @@ +# EDIT THIS FILE AS YOU LIKE TO BLACKLIST YOUR OWN CUSTOM DOMAIN NAMES ### + +### VERSION INFORMATION # +################################################### +### Version: V3.2017.02 +### Updated: Mon Oct 02 16:48:32 SAST 2017 +################################################### +### VERSION INFORMATION ## + +############################################################################## +# _ __ _ # +# / |/ /__ _(_)__ __ __ # +# / / _ `/ / _ \\ \ / # +# /_/|_/\_, /_/_//_/_\_\ # +# __/___/ __ ___ __ ___ __ __ # +# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ # +# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ # +# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ # +# # +############################################################################## + +# Add One Entry Per Line - List all your own extra domains you want to blacklist. +# This file must exist on your system or Nginx will fail a reload due to a missing file +# Automatic updates will never be able to remove this custom list of yours +# Add One Entry Per Line + +# Make sure any domains have dots and special characters escaped as per the Regex examples below. +# For example myblacklisteddomainname.com should be entered as myfirstowndomainname\.com +# and my-second-blacklisted.com should be entered as my\-second\-owndomainname\.com + +# ***************************************************************************************** +# PLEASE MAKE SURE that you use word regex boundaries to avoid false positive detection !!! +# ***************************************************************************************** + +# As you can see in the examples below the domain "myblacklisteddomainname\.com" is entered with a preceding \b and an ending \b +# this makes it now "\bmyblacklisteddomainname\.com\b". It is crucial to use the word boundaries regex formatting. + +"~*\bmyblacklisteddomainname\.com\b" 1; +"~*\bmy\-second\-blacklisted\.com\b" 1; diff --git a/.dev-tools/_conf_files_test3/bots.d/blacklist-domains.conf b/.dev-tools/_conf_files_test3/bots.d/blacklist-domains.conf new file mode 100644 index 000000000..061e762e1 --- /dev/null +++ b/.dev-tools/_conf_files_test3/bots.d/blacklist-domains.conf @@ -0,0 +1,39 @@ +# EDIT THIS FILE AS YOU LIKE TO BLACKLIST YOUR OWN CUSTOM DOMAIN NAMES ### + +### VERSION INFORMATION # +################################################### +### Version: V3.2017.02 +### Updated: Mon Oct 02 16:48:32 SAST 2017 +################################################### +### VERSION INFORMATION ## + +############################################################################## +# _ __ _ # +# / |/ /__ _(_)__ __ __ # +# / / _ `/ / _ \\ \ / # +# /_/|_/\_, /_/_//_/_\_\ # +# __/___/ __ ___ __ ___ __ __ # +# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ # +# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ # +# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ # +# # +############################################################################## + +# Add One Entry Per Line - List all your own extra domains you want to blacklist. +# This file must exist on your system or Nginx will fail a reload due to a missing file +# Automatic updates will never be able to remove this custom list of yours +# Add One Entry Per Line + +# Make sure any domains have dots and special characters escaped as per the Regex examples below. +# For example myblacklisteddomainname.com should be entered as myfirstowndomainname\.com +# and my-second-blacklisted.com should be entered as my\-second\-owndomainname\.com + +# ***************************************************************************************** +# PLEASE MAKE SURE that you use word regex boundaries to avoid false positive detection !!! +# ***************************************************************************************** + +# As you can see in the examples below the domain "myblacklisteddomainname\.com" is entered with a preceding \b and an ending \b +# this makes it now "\bmyblacklisteddomainname\.com\b". It is crucial to use the word boundaries regex formatting. + +"~*\bmyblacklisteddomainname\.com\b" 1; +"~*\bmy\-second\-blacklisted\.com\b" 1;