mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-11 07:44:42 +00:00
V4.2023.05.3717 [ci skip]
This commit is contained in:
parent
ed95057e1d
commit
b2d0916888
37 changed files with 371 additions and 346 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
|
||||
157.55.189.33 0;
|
||||
40.86.28.128 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2023.05.3716
|
||||
### Updated: Mon May 1 04:23:14 UTC 2023
|
||||
### Version: V4.2023.05.3717
|
||||
### Updated: Mon May 1 04:37:16 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 639
|
||||
### Bad Bot Count: 640
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -553,6 +553,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Searchestate(?:\b)" 3;
|
||||
"~*(?:\b)SearchmetricsBot(?:\b)" 3;
|
||||
"~*(?:\b)Seekport(?:\b)" 3;
|
||||
"~*(?:\b)SeekportBot(?:\b)" 3;
|
||||
"~*(?:\b)SemanticJuice(?:\b)" 3;
|
||||
"~*(?:\b)Semrush(?:\b)" 3;
|
||||
"~*(?:\b)SemrushBot(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue