mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-15 17:49:49 +00:00
V4.2025.09.5465 [ci skip]
This commit is contained in:
parent
02113e8717
commit
0af300cc66
43 changed files with 1043 additions and 894 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.182.213.151 0;
|
||||
172.208.153.22 0;
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2025.09.5464
|
||||
### Updated: Fri Sep 12 22:04:20 UTC 2025
|
||||
### Bad Referrer Count: 7105
|
||||
### Version: V4.2025.09.5465
|
||||
### Updated: Sat Sep 13 04:45:07 UTC 2025
|
||||
### Bad Referrer Count: 7106
|
||||
### Bad Bot Count: 681
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
@ -6163,6 +6163,7 @@ map $http_referer $bad_referer {
|
|||
"~*(?:\b)rockingclicks\.com(?:\b)" 1;
|
||||
"~*(?:\b)rockma\.se(?:\b)" 1;
|
||||
"~*(?:\b)rockprogblog\.com(?:\b)" 1;
|
||||
"~*(?:\b)rockstargames\.com(?:\b)" 1;
|
||||
"~*(?:\b)rogervivierforsale\.com(?:\b)" 1;
|
||||
"~*(?:\b)roleforum\.ru(?:\b)" 1;
|
||||
"~*(?:\b)roll123\.com(?:\b)" 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue