mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-15 01:29:49 +00:00
V4.2024.07.4629 [ci skip]
This commit is contained in:
parent
c904a9bf9e
commit
cd79a089d5
38 changed files with 298 additions and 271 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.132.82 0;
|
||||
172.183.131.69 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.07.4628
|
||||
### Updated: Wed Jul 17 22:01:03 UTC 2024
|
||||
### Version: V4.2024.07.4629
|
||||
### Updated: Thu Jul 18 09:40:23 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 662
|
||||
### Bad Bot Count: 664
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -237,6 +237,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Chlooe(?:\b)" 3;
|
||||
"~*(?:\b)Citoid(?:\b)" 3;
|
||||
"~*(?:\b)Claritybot(?:\b)" 3;
|
||||
"~*(?:\b)ClaudeBot(?:\b)" 3;
|
||||
"~*(?:\b)Cliqzbot(?:\b)" 3;
|
||||
"~*(?:\b)Cloud\ mapping(?:\b)" 3;
|
||||
"~*(?:\b)Cocolyzebot(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue