nginx-ultimate-bad-bot-blocker/include_filelist.txt
Mitchell Krog 0a5376547c
New Feature (Step 1): Add new blacklist-domains.conf include file.
- FEATURE NOT IN OPERATION YET
- This is to test that update-ngblocker safely pulls new include file during update to avoid any Nginx EMERG errors once the feature is introduced into the globalblacklist.conf file.
2017-09-22 10:05:03 +02:00

44 lines
1.4 KiB
Text
Executable file

# this file is sourced by: #
############################
# install-ngxblocker #
# setup-ngxblocker #
############################
#########################################################################
# _ __ _ #
# / |/ /__ _(_)__ __ __ #
# / / _ `/ / _ \\ \ / #
# /_/|_/\_, /_/_//_/_\_\ #
# __/___/ __ ___ __ ___ __ __ #
# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ #
# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ #
# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ #
#########################################################################
CONF_FILES="
globalblacklist.conf
botblocker-nginx-settings.conf
"
BOT_FILES="
blockbots.conf
ddos.conf
custom-bad-referrers.conf
bad-referrer-words.conf
blacklist-domains.conf
blacklist-ips.conf
blacklist-user-agents.conf
whitelist-domains.conf
whitelist-ips.conf
"
VHOST_INCLUDES="
blockbots.conf
ddos.conf
"
SCRIPT_FILES="
install-ngxblocker
setup-ngxblocker
update-ngxblocker
"