mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2021.07.2489 [ci skip]
This commit is contained in:
parent
9215bcb7db
commit
eb3f54ef8a
51 changed files with 3607 additions and 1098 deletions
|
@ -1,2 +1,2 @@
|
|||
10.1.0.217 1;
|
||||
10.1.1.31 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.217 0;
|
||||
10.1.1.31 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2021.07.2488
|
||||
### Updated: Wed Jul 28 14:07:31 UTC 2021
|
||||
### Version: V3.2021.07.2489
|
||||
### Updated: Thu Jul 29 11:09:37 UTC 2021
|
||||
### Bad Referrer Count: 7068
|
||||
### Bad Bot Count: 615
|
||||
### Bad Bot Count: 616
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -755,6 +755,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)tAkeOut(?:\b)" 3;
|
||||
"~*(?:\b)trendiction.com(?:\b)" 3;
|
||||
"~*(?:\b)trendiction.de(?:\b)" 3;
|
||||
"~*(?:\b)ubermetrics-technologies.com(?:\b)" 3;
|
||||
"~*(?:\b)voyagerx.com(?:\b)" 3;
|
||||
"~*(?:\b)webmeup-crawler(?:\b)" 3;
|
||||
"~*(?:\b)x09Mozilla(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue