Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more logging #122

Open
steve9164 opened this issue Sep 23, 2020 · 0 comments
Open

Add more logging #122

steve9164 opened this issue Sep 23, 2020 · 0 comments

Comments

@steve9164
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant