nginx-ultimate-bad-bot-blocker/bots.d/blacklist-user-agents.conf
2017-04-20 14:31:18 +02:00

10 lines
No EOL
581 B
Text

# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD USER-AGENT STRINGS YOU WANT TO SCAN FOR ###
# Add One Entry Per Line - List all the extra bad User-Agents you want to permanently block
# This is for User-Agents that are not included in the main list of the bot blocker
# This file must exist on your system or Nginx will fail a reload due to a missing file
# This allows you finer control of keeping certain bots blocked and automatic updates will
# Never be able to remove this custom list of yours
"~*someverybaduseragentname1" 3;
"~*someverybaduseragentname2" 3;