mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
- 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.
44 lines
1.4 KiB
Text
Executable file
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
|
|
"
|