mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-16 01:59:49 +00:00
V4.2024.04.4457 [ci skip]
This commit is contained in:
parent
33ad1deb50
commit
07b065d622
37 changed files with 319 additions and 265 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2022.03
|
||||
# Updated: 2022-03-25
|
||||
# Version: V4.2024.01
|
||||
# Updated: 2024-04-23
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
|
@ -53,12 +53,27 @@
|
|||
# "~*(?:\b)someverygooduseragentname2(?:\b)" 0;
|
||||
# "~*(?:\b)some\-very\-good\-useragentname2(?:\b)" 0;
|
||||
|
||||
# ----------------------
|
||||
# RATE LIMITING EXAMPLES
|
||||
# ----------------------
|
||||
# "~*(?:\b)someverybaduseragentname1(?:\b)" 2;
|
||||
# "~*(?:\b)someverybaduseragentname2(?:\b)" 2;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname3(?:\b)" 2;
|
||||
|
||||
# ---------------------
|
||||
# BLACKLISTING EXAMPLES
|
||||
# ---------------------
|
||||
# "~*(?:\b)someverybaduseragentname1(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname2(?:\b)" 3;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname2(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname4(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname5(?:\b)" 3;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname6(?:\b)" 3;
|
||||
|
||||
# ----------------------------
|
||||
# SUPER RATE LIMITING EXAMPLES
|
||||
# ----------------------------
|
||||
# "~*(?:\b)someverybaduseragentname7(?:\b)" 4;
|
||||
# "~*(?:\b)someverybaduseragentname8(?:\b)" 4;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname9(?:\b)" 4;
|
||||
|
||||
|
||||
# Here are some default things I block on my own server, these appear in various types of injection attacks
|
||||
# You can disable them if you have problems or don't agree by switching thir value to 0 or moving them into the whitelist section first and then making their value 0
|
||||
|
|
|
@ -45,4 +45,4 @@
|
|||
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||
172.183.108.38 0;
|
||||
172.183.162.198 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue