mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-15 09:39:48 +00:00
V4.2023.05.3718 [ci skip]
This commit is contained in:
parent
5eeb433c22
commit
c86f03fd4b
36 changed files with 265 additions and 283 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.86.28.128 0;
|
||||
104.45.200.55 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2023.05.3717
|
||||
### Updated: Mon May 1 04:37:16 UTC 2023
|
||||
### Version: V4.2023.05.3718
|
||||
### Updated: Mon May 1 05:50:03 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 640
|
||||
### Bad Bot Count: 639
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -466,7 +466,6 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Nimbostratus(?:\b)" 3;
|
||||
"~*(?:\b)Ninja(?:\b)" 3;
|
||||
"~*(?:\b)Nmap(?:\b)" 3;
|
||||
"~*(?:\b)Not(?:\b)" 3;
|
||||
"~*(?:\b)Nuclei(?:\b)" 3;
|
||||
"~*(?:\b)Nutch(?:\b)" 3;
|
||||
"~*(?:\b)Octopus(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue