-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Opting out of "DNS rebinding" IP blocking #15
Comments
I've added an environment variable If it still does not work, I may be because the IP addresses are in the block lists. I am reworking the generation of these lists with a proper Go program, so you should be able to have a finer grain control over what to block soon as well. |
Thanks for the issue and response. The
I'd love to use |
Private IPs shouldn't be in there. I'll adapt the program building the block lists to remove private IP addresses. I'll re-open the issue until it's done. Thanks for pointing this out. |
Hi @wei There should not be any private IP addresses in the block lists anymore. I triggered a build which should push the Docker images in a few minutes to Docker hub, simply For your information, files used in this Docker image (DNS cryptographic stuff and block lists) are in the files repository if you want to search through them easily. They are also updated automatically by updated I wrote. Happy DNS-over-TLSing! |
@qdm12 It works great!! Thanks for the reply and quick action! |
I found it surprising that after setting all
BLOCK_
options tooff
this server still blocks several IP ranges. It would be nice if there was an easy way to fully opt out so that tools like xip.io behave as expected.Would you consider adding a
BLOCK_DNS_REBINDING
option, or at least moving that configuration into ablocks-dns-rebinding.conf
for easier overriding?The text was updated successfully, but these errors were encountered: