mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-14 09:09:49 +00:00
V4.2023.03.3593 [ci skip]
This commit is contained in:
parent
3ed6d17c98
commit
6e4e2dd6f5
44 changed files with 259 additions and 553 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.45.203.178 0;
|
||||
52.190.14.163 0;
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2023.03.3592
|
||||
### Updated: Wed Mar 1 11:31:07 UTC 2023
|
||||
### Bad Referrer Count: 7102
|
||||
### Version: V4.2023.03.3593
|
||||
### Updated: Wed Mar 1 12:17:52 UTC 2023
|
||||
### Bad Referrer Count: 7103
|
||||
### Bad Bot Count: 637
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
@ -5890,6 +5890,7 @@ map $http_referer $bad_referer {
|
|||
"~*(?:\b)proxyradar\.com(?:\b)" 1;
|
||||
"~*(?:\b)prpops\.com(?:\b)" 1;
|
||||
"~*(?:\b)psa48\.ru(?:\b)" 1;
|
||||
"~*(?:\b)psbosexunlmed\.com(?:\b)" 1;
|
||||
"~*(?:\b)pshare\.biz(?:\b)" 1;
|
||||
"~*(?:\b)pskcijdc\.bloger\.index\.hr(?:\b)" 1;
|
||||
"~*(?:\b)psoriasis\-file\.trade(?:\b)" 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue