mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-17 02:29:49 +00:00
V4.2021.08.2508 [ci skip]
This commit is contained in:
parent
f43636830a
commit
89e4dbdc90
56 changed files with 1167 additions and 1095 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
|
||||
104.43.228.26 0;
|
||||
20.191.70.3 0;
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2021.08.2507
|
||||
### Updated: Sat Aug 7 10:03:15 UTC 2021
|
||||
### Bad Referrer Count: 7074
|
||||
### Version: V4.2021.08.2508
|
||||
### Updated: Sat Aug 7 11:01:16 UTC 2021
|
||||
### Bad Referrer Count: 7077
|
||||
### Bad Bot Count: 618
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
@ -4541,6 +4541,7 @@ map $http_referer $bad_referer {
|
|||
"~*(?:\b)lion\.misba\.us(?:\b)" 1;
|
||||
"~*(?:\b)lion\.playtap\.us(?:\b)" 1;
|
||||
"~*(?:\b)lion\.snapmap\.us(?:\b)" 1;
|
||||
"~*(?:\b)lionking\-1994\.blogspot\.com(?:\b)" 1;
|
||||
"~*(?:\b)liquimondo\.com(?:\b)" 1;
|
||||
"~*(?:\b)liran\-locks\.com(?:\b)" 1;
|
||||
"~*(?:\b)lirunet\.ru(?:\b)" 1;
|
||||
|
@ -5506,6 +5507,7 @@ map $http_referer $bad_referer {
|
|||
"~*(?:\b)percin\.biz\.ly(?:\b)" 1;
|
||||
"~*(?:\b)perederni\.net(?:\b)" 1;
|
||||
"~*(?:\b)perfection\-pleasure\.ru(?:\b)" 1;
|
||||
"~*(?:\b)perfectplanned\.com(?:\b)" 1;
|
||||
"~*(?:\b)perfectpracticeweb\.com(?:\b)" 1;
|
||||
"~*(?:\b)perl\.dp\.ua(?:\b)" 1;
|
||||
"~*(?:\b)perm\-profnastil\.ru(?:\b)" 1;
|
||||
|
@ -7137,6 +7139,7 @@ map $http_referer $bad_referer {
|
|||
"~*(?:\b)track112\.site(?:\b)" 1;
|
||||
"~*(?:\b)track2\.shop(?:\b)" 1;
|
||||
"~*(?:\b)track\-rankings\.online(?:\b)" 1;
|
||||
"~*(?:\b)track\.deriv\.com(?:\b)" 1;
|
||||
"~*(?:\b)tracklead\.net(?:\b)" 1;
|
||||
"~*(?:\b)trackmedia101\.com(?:\b)" 1;
|
||||
"~*(?:\b)tracksurf\.daooda\.com(?:\b)" 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue