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

CNAMEs that point to a .bit domain will leak to Tor exit relay #7

Open
JeremyRand opened this issue Oct 10, 2019 · 3 comments
Open

Comments

@JeremyRand
Copy link
Member

We don't recursively follow CNAMEs, which means that any CNAME record that points to another .bit domain will end up leaking to the Tor exit relay. We should recursively follow CNAME records to fix this.

@JeremyRand
Copy link
Member Author

Note that we should apply a limit on recursive CNAMEs in order to avoid infinite loop issues.

@JeremyRand
Copy link
Member Author

Would be useful to check what the limit is set to in recursive DNS servers such as Unbound.

@JeremyRand
Copy link
Member Author

Hmm, this might make more sense to solve on the StemNS layer rather than the ncprop279 layer. That way we can handle the case of one naming plugin redirecting to another.

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