Skip to content

Add more logging #122

Description

@tephenavies

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions