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

hyper-dns lookup server #3

Open
martinheidegger opened this issue Apr 19, 2021 · 2 comments
Open

hyper-dns lookup server #3

martinheidegger opened this issue Apr 19, 2021 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@martinheidegger
Copy link
Owner

When looking-up dns-entries-over-https (DOH) we are running into the issue that we have to trust the servers, which are hosted by google/cloudflare at the moment as they can handle any load (more servers can be found here - though they may not support json).

With this in mind I am wondering to "offload" the name lookup for decentralized names to a federated service that behaves equally but reduces complexity by doing things like the .well-known lookups, conflict resolution (multiple entries) and decentralized lookups (etherns, ...).

This way we can serve the same (possibly better) performance than we can get with a simple DoH lookup, while at the same time supporting decentralization.

@martinheidegger martinheidegger changed the title hyper-dns lookup hyper-dns lookup server Apr 19, 2021
@martinheidegger martinheidegger added help wanted Extra attention is needed question Further information is requested labels Apr 22, 2021
@RangerMauve
Copy link

Who would define and upkeep the service? How do we avoid the service having the same problems as Google/Cloudflare and the such?

@martinheidegger
Copy link
Owner Author

The upkeep of the service(s) is conceptually equal to dns-over-https, aka. google/cloudflare. This would not change that particular problem. It should work in a way that it would only work as optional speed-up for operations that can happen on your device as well. (like: shared cache, which is what dns-over-https is to me as well in a way.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants