mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-14 09:09:49 +00:00
V4.2025.08.5429 [ci skip]
This commit is contained in:
parent
14e4f059f1
commit
5cbac6516f
38 changed files with 1194 additions and 1162 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
|
||||
48.214.55.37 0;
|
||||
172.184.211.117 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2025.08.5428
|
||||
### Updated: Tue Aug 26 22:04:28 UTC 2025
|
||||
### Version: V4.2025.08.5429
|
||||
### Updated: Wed Aug 27 09:01:38 UTC 2025
|
||||
### Bad Referrer Count: 7105
|
||||
### Bad Bot Count: 679
|
||||
### Bad Bot Count: 681
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -167,6 +167,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AdsTxtCrawlerTP(?:\b)" 3;
|
||||
"~*(?:\b)AfD-Verbotsverfahren(?:\b)" 3;
|
||||
"~*(?:\b)AhrefsBot(?:\b)" 3;
|
||||
"~*(?:\b)Ai2Bot(?:\b)" 3;
|
||||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
|
@ -747,6 +748,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)ZumBot(?:\b)" 3;
|
||||
"~*(?:\b)ZyBorg(?:\b)" 3;
|
||||
"~*(?:\b)adscanner(?:\b)" 3;
|
||||
"~*(?:\b)allenai.org(?:\b)" 3;
|
||||
"~*(?:\b)anthropic-ai(?:\b)" 3;
|
||||
"~*(?:\b)archive.org_bot(?:\b)" 3;
|
||||
"~*(?:\b)arquivo-web-crawler(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue