mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-15 17:49:49 +00:00
V4.2024.07.4659 [ci skip]
This commit is contained in:
parent
9cff7ca64d
commit
50ed928953
36 changed files with 262 additions and 280 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.91.14 0;
|
||||
40.71.163.69 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.07.4658
|
||||
### Updated: Wed Jul 31 10:03:11 UTC 2024
|
||||
### Version: V4.2024.07.4659
|
||||
### Updated: Wed Jul 31 10:56:21 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 667
|
||||
### Bad Bot Count: 666
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -330,7 +330,6 @@ 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