mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-14 17:19:49 +00:00
V4.2024.04.4471 [ci skip]
This commit is contained in:
parent
9744ae972b
commit
ab29a8bd34
38 changed files with 599 additions and 261 deletions
|
@ -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.162.118 0;
|
||||
4.242.241.141 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.04.4470
|
||||
### Updated: Tue Apr 30 11:03:06 UTC 2024
|
||||
### Version: V4.2024.04.4471
|
||||
### Updated: Tue Apr 30 12:51:47 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 659
|
||||
### Bad Bot Count: 660
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -364,6 +364,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)InfoTekies(?:\b)" 3;
|
||||
"~*(?:\b)Intelliseek(?:\b)" 3;
|
||||
"~*(?:\b)InterGET(?:\b)" 3;
|
||||
"~*(?:\b)InternetMeasurement(?:\b)" 3;
|
||||
"~*(?:\b)InternetSeer(?:\b)" 3;
|
||||
"~*(?:\b)Internet\ Ninja(?:\b)" 3;
|
||||
"~*(?:\b)Iria(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue