mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
Version 2.2017.07 - Fix Duplicate Whitelisted Network Address 127.0.0.1
This commit is contained in:
parent
81d28c6d43
commit
c3a7d2b38f
5 changed files with 9 additions and 7 deletions
|
@ -651,6 +651,7 @@ carson.getenjoyment.net
|
||||||
carsoncitypizza.com
|
carsoncitypizza.com
|
||||||
carsplate.com
|
carsplate.com
|
||||||
cartechnic.ru
|
cartechnic.ru
|
||||||
|
cartierlove2u.com
|
||||||
casablancamanor.co.za
|
casablancamanor.co.za
|
||||||
cashkitten-a.akamaihd.net
|
cashkitten-a.akamaihd.net
|
||||||
cashonads.com
|
cashonads.com
|
||||||
|
|
|
@ -17,11 +17,11 @@
|
||||||
### - https://github.com/oohnoitz/nginx-blacklist
|
### - https://github.com/oohnoitz/nginx-blacklist
|
||||||
|
|
||||||
### Last Updated
|
### Last Updated
|
||||||
### Thu Apr 20 14:49:54 SAST 2017
|
### Thu Apr 20 15:40:30 SAST 2017
|
||||||
### End Last Updated
|
### End Last Updated
|
||||||
|
|
||||||
### Generated in
|
### Generated in
|
||||||
### 0.26717877388 seconds
|
### 0.263787269592 seconds
|
||||||
### End Generated in
|
### End Generated in
|
||||||
|
|
||||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||||
|
@ -1484,6 +1484,7 @@ map $http_referer $bad_referer {
|
||||||
"~*carson.getenjoyment.net" 1;
|
"~*carson.getenjoyment.net" 1;
|
||||||
"~*carsplate.com" 1;
|
"~*carsplate.com" 1;
|
||||||
"~*cartechnic.ru" 1;
|
"~*cartechnic.ru" 1;
|
||||||
|
"~*cartierlove2u.com" 1;
|
||||||
"~*casablancamanor.co.za" 1;
|
"~*casablancamanor.co.za" 1;
|
||||||
"~*cashkitten-a.akamaihd.net" 1;
|
"~*cashkitten-a.akamaihd.net" 1;
|
||||||
"~*cashonads.com" 1;
|
"~*cashonads.com" 1;
|
||||||
|
@ -4871,7 +4872,6 @@ geo $validate_client {
|
||||||
|
|
||||||
geo $ratelimited {
|
geo $ratelimited {
|
||||||
default 1;
|
default 1;
|
||||||
127.0.0.1 0;
|
|
||||||
|
|
||||||
# START WHITELISTED IP RANGES2 ### DO NOT EDIT THIS LINE AT ALL ###
|
# START WHITELISTED IP RANGES2 ### DO NOT EDIT THIS LINE AT ALL ###
|
||||||
include /etc/nginx/bots.d/whitelist-ips.conf;
|
include /etc/nginx/bots.d/whitelist-ips.conf;
|
||||||
|
|
|
@ -650,6 +650,7 @@ domain:carsoncitypizza.com
|
||||||
domain:carson.getenjoyment.net
|
domain:carson.getenjoyment.net
|
||||||
domain:carsplate.com
|
domain:carsplate.com
|
||||||
domain:cartechnic.ru
|
domain:cartechnic.ru
|
||||||
|
domain:cartierlove2u.com
|
||||||
domain:casablancamanor.co.za
|
domain:casablancamanor.co.za
|
||||||
domain:cashkitten-a.akamaihd.net
|
domain:cashkitten-a.akamaihd.net
|
||||||
domain:cashonads.com
|
domain:cashonads.com
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -17,11 +17,11 @@
|
||||||
### - https://github.com/oohnoitz/nginx-blacklist
|
### - https://github.com/oohnoitz/nginx-blacklist
|
||||||
|
|
||||||
### Last Updated
|
### Last Updated
|
||||||
### Thu Apr 20 14:49:54 SAST 2017
|
### Thu Apr 20 15:40:30 SAST 2017
|
||||||
### End Last Updated
|
### End Last Updated
|
||||||
|
|
||||||
### Generated in
|
### Generated in
|
||||||
### 0.26717877388 seconds
|
### 0.263787269592 seconds
|
||||||
### End Generated in
|
### End Generated in
|
||||||
|
|
||||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||||
|
@ -1492,6 +1492,7 @@ map $http_referer $bad_referer {
|
||||||
"~*carson.getenjoyment.net" 1;
|
"~*carson.getenjoyment.net" 1;
|
||||||
"~*carsplate.com" 1;
|
"~*carsplate.com" 1;
|
||||||
"~*cartechnic.ru" 1;
|
"~*cartechnic.ru" 1;
|
||||||
|
"~*cartierlove2u.com" 1;
|
||||||
"~*casablancamanor.co.za" 1;
|
"~*casablancamanor.co.za" 1;
|
||||||
"~*cashkitten-a.akamaihd.net" 1;
|
"~*cashkitten-a.akamaihd.net" 1;
|
||||||
"~*cashonads.com" 1;
|
"~*cashonads.com" 1;
|
||||||
|
@ -4883,7 +4884,6 @@ geo $validate_client {
|
||||||
|
|
||||||
geo $ratelimited {
|
geo $ratelimited {
|
||||||
default 1;
|
default 1;
|
||||||
127.0.0.1 0;
|
|
||||||
|
|
||||||
# START WHITELISTED IP RANGES2 ### DO NOT EDIT THIS LINE AT ALL ###
|
# START WHITELISTED IP RANGES2 ### DO NOT EDIT THIS LINE AT ALL ###
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue