mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 23:34:41 +00:00
V4.2021.08.2556 [ci skip]
This commit is contained in:
parent
e949cc7c73
commit
27e79e069f
51 changed files with 1121 additions and 1088 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
|
||||
20.106.167.166 0;
|
||||
52.156.71.125 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2021.08.2555
|
||||
### Updated: Sat Aug 28 22:01:29 UTC 2021
|
||||
### Version: V4.2021.08.2556
|
||||
### Updated: Sun Aug 29 07:43:25 UTC 2021
|
||||
### Bad Referrer Count: 7079
|
||||
### Bad Bot Count: 623
|
||||
### Bad Bot Count: 624
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -717,6 +717,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)crawl.sogou.com(?:\b)" 3;
|
||||
"~*(?:\b)crawler.feedback(?:\b)" 3;
|
||||
"~*(?:\b)crawler4j(?:\b)" 3;
|
||||
"~*(?:\b)dataforseo.com(?:\b)" 3;
|
||||
"~*(?:\b)demandbase-bot(?:\b)" 3;
|
||||
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||
"~*(?:\b)eCatch(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue