mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2021.07.2487 [ci skip]
This commit is contained in:
parent
9f23aa9f7f
commit
d6763d49a4
50 changed files with 3607 additions and 1092 deletions
|
@ -1,2 +1,2 @@
|
|||
10.1.0.227 1;
|
||||
10.1.0.76 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.227 0;
|
||||
10.1.0.76 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2021.07.2486
|
||||
### Updated: Tue Jul 27 14:07:45 UTC 2021
|
||||
### Version: V3.2021.07.2487
|
||||
### Updated: Wed Jul 28 07:39:58 UTC 2021
|
||||
### Bad Referrer Count: 7068
|
||||
### Bad Bot Count: 614
|
||||
### Bad Bot Count: 615
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -154,6 +154,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)80legs(?:\b)" 3;
|
||||
"~*(?:\b)ADmantX(?:\b)" 3;
|
||||
"~*(?:\b)AIBOT(?:\b)" 3;
|
||||
"~*(?:\b)ALittle\ Client(?:\b)" 3;
|
||||
"~*(?:\b)ASPSeek(?:\b)" 3;
|
||||
"~*(?:\b)Abonti(?:\b)" 3;
|
||||
"~*(?:\b)Aboundex(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue