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 dns-over-https resolving utility #47

Open
picatz opened this issue Jul 11, 2018 · 7 comments
Open

add dns-over-https resolving utility #47

picatz opened this issue Jul 11, 2018 · 7 comments
Assignees
Labels
enhancement New feature or request hacktoberfest Tasks for hacktoberfest :D

Comments

@picatz
Copy link
Member

picatz commented Jul 11, 2018

CloudFlare and Google do this.

https://developers.google.com/speed/public-dns/docs/dns-over-https

@picatz picatz added the enhancement New feature or request label Jul 11, 2018
@Ice3man543
Copy link
Member

I'll work on this one.

@bugbaba
Copy link

bugbaba commented Jul 31, 2018

@Ice3man543 Could you share a brief on how are you planning to do this.

Did you guys found the way to send a multiple values in a single request ?

Sending so many http requests doesn't sounds right.

@Ice3man543
Copy link
Member

@bugbaba that's a good question. We are considering whether it is really needed since dns request cost less resources than HTTP requests. But we think a combination of both could be useful.

@picatz
Copy link
Member Author

picatz commented Jul 31, 2018

@bugbaba I'd like for version 2 to have the DNS-over-HTTPs resolvers be an optional, configurable part of the application in the sense you can opt-out of using them and provide custom endpoints. I don't want to force users into using this at all.

One of the main draws I see in supporting this feature is to provide a way to make DNS requests without "leaking" those plaintext requests you're making on a network.

@bugbaba
Copy link

bugbaba commented Aug 1, 2018

concern regarding leaking is valid @picatz

@Ice3man543 Ice3man543 added hacktoberfest Tasks for hacktoberfest :D and removed hacktoberfest Tasks for hacktoberfest :D labels Sep 29, 2018
@picatz
Copy link
Member Author

picatz commented Nov 26, 2018

I have made a separate command-line utility that does dns-over-http: https://github.com/picatz/doh

I think that the majority of that code could be ripped out (or used as a library) to support resolving domains.

@picatz
Copy link
Member Author

picatz commented Nov 26, 2018

The work made on doh might also be a good fit for https://github.com/domainr/whois#todo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Tasks for hacktoberfest :D
Projects
None yet
Development

No branches or pull requests

3 participants