I think we should log when a request is blocked for resolving to a reserved (i.e. local/intranet) IP address. There is currently no indication why this doesn't work.
|
// Exclude hosts that are really IP addresses and are in our blacklist. |
|
if (rangeCheck.inRange(host, blacklistedAddresses)) { |
|
return false; |
|
} |
I think we should log when a request is blocked for resolving to a reserved (i.e. local/intranet) IP address. There is currently no indication why this doesn't work.
terriajs-server/lib/controllers/proxy.js
Lines 85 to 88 in f2aa63e