mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-15 09:39:48 +00:00
V4.2024.07.4660 [ci skip]
This commit is contained in:
parent
21302d75b7
commit
21d183f104
37 changed files with 284 additions and 282 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
|
||||
40.71.163.69 0;
|
||||
40.76.254.135 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.07.4659
|
||||
### Updated: Wed Jul 31 10:56:21 UTC 2024
|
||||
### Version: V4.2024.07.4660
|
||||
### Updated: Wed Jul 31 11:08:16 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 666
|
||||
### Bad Bot Count: 665
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -329,7 +329,6 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Go!Zilla(?:\b)" 3;
|
||||
"~*(?:\b)Go-Ahead-Got-It(?:\b)" 3;
|
||||
"~*(?:\b)GoZilla(?:\b)" 3;
|
||||
"~*(?:\b)Google-Extended(?:\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