mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 11:10:47 +00:00
10 lines
No EOL
581 B
Text
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; |