mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-15 09:39:48 +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
|
@ -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
|
||||
172.183.106.218 0;
|
||||
172.183.106.200 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