V4.2024.04.4457 [ci skip]

This commit is contained in:
mitchellkrogza 2024-04-24 13:01:04 +00:00
parent 33ad1deb50
commit 07b065d622
37 changed files with 319 additions and 265 deletions

View file

@ -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

View file

@ -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;