mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-17 02:29:49 +00:00
V4.2024.07.4643 [ci skip]
This commit is contained in:
parent
5d11d74665
commit
76064319eb
38 changed files with 307 additions and 281 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
|
||||
20.84.127.16 0;
|
||||
172.183.98.103 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.07.4642
|
||||
### Updated: Wed Jul 24 10:03:26 UTC 2024
|
||||
### Version: V4.2024.07.4643
|
||||
### Updated: Wed Jul 24 15:06:17 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 663
|
||||
### Bad Bot Count: 665
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -195,6 +195,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)BackWeb(?:\b)" 3;
|
||||
"~*(?:\b)Backlink-Ceck(?:\b)" 3;
|
||||
"~*(?:\b)BacklinkCrawler(?:\b)" 3;
|
||||
"~*(?:\b)BacklinksExtendedBot(?:\b)" 3;
|
||||
"~*(?:\b)Badass(?:\b)" 3;
|
||||
"~*(?:\b)Bandit(?:\b)" 3;
|
||||
"~*(?:\b)Barkrowler(?:\b)" 3;
|
||||
|
@ -329,6 +330,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Go-Ahead-Got-It(?:\b)" 3;
|
||||
"~*(?:\b)GoZilla(?:\b)" 3;
|
||||
"~*(?:\b)Google-Extended(?:\b)" 3;
|
||||
"~*(?:\b)GoogleOther(?:\b)" 3;
|
||||
"~*(?:\b)Gotit(?:\b)" 3;
|
||||
"~*(?:\b)GrabNet(?:\b)" 3;
|
||||
"~*(?:\b)Grabber(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue