mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2024.08.4690 [ci skip]
This commit is contained in:
parent
a7cf42e7c0
commit
d7562ada46
38 changed files with 283 additions and 775 deletions
|
@ -1,2 +1,2 @@
|
|||
10.1.1.58 1;
|
||||
10.1.0.221 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.1.58 0;
|
||||
10.1.0.221 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.08.4689
|
||||
### Updated: Wed Aug 14 22:01:05 UTC 2024
|
||||
### Version: V4.2024.08.4690
|
||||
### Updated: Thu Aug 15 06:17:52 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 665
|
||||
### Bad Bot Count: 666
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -553,6 +553,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)SBIder(?:\b)" 3;
|
||||
"~*(?:\b)SEOkicks(?:\b)" 3;
|
||||
"~*(?:\b)SEOkicks-Robot(?:\b)" 3;
|
||||
"~*(?:\b)SEOlyt(?:\b)" 3;
|
||||
"~*(?:\b)SEOlyticsCrawler(?:\b)" 3;
|
||||
"~*(?:\b)SEOprofiler(?:\b)" 3;
|
||||
"~*(?:\b)SEOstats(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue