mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2024.10.4836 [ci skip]
This commit is contained in:
parent
e1e2d14eec
commit
b1cfec8203
37 changed files with 286 additions and 268 deletions
|
@ -1,2 +1,2 @@
|
|||
10.1.0.48 1;
|
||||
10.1.0.64 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.48 0;
|
||||
10.1.0.64 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.10.4835
|
||||
### Updated: Fri Oct 25 22:01:17 UTC 2024
|
||||
### Version: V4.2024.10.4836
|
||||
### Updated: Sat Oct 26 05:47:29 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 667
|
||||
### Bad Bot Count: 668
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -760,6 +760,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||
"~*(?:\b)eCatch(?:\b)" 3;
|
||||
"~*(?:\b)evc-batch(?:\b)" 3;
|
||||
"~*(?:\b)everyfeed-spider(?:\b)" 3;
|
||||
"~*(?:\b)facebookscraper(?:\b)" 3;
|
||||
"~*(?:\b)gopher(?:\b)" 3;
|
||||
"~*(?:\b)heritrix(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue