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

Implement DOH Client #30

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

NullOranje
Copy link

Implementation of DNS Queries over HTTPS (DOH). Uses RFC 8484 POST request only.

@tungd
Copy link
Owner

tungd commented Nov 6, 2019

Hi @NullOranje , thanks a lot for contributing! However I don't think the change is a good fit for this library. The only reason I have is that the library is aim to be small and only have small dependencies, so that it can be used in embedded environment as well. While the PR doesn't introduce a lot of new code, it does indeed introduce one big dependencies that is Poison.

I'd be happier to separate the package into dns-doh or dns-over-https, and have it depends on dns just for the data structure. I'll investigate how to have a multi-package repo to include the PR later this week.

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

Successfully merging this pull request may close these issues.

2 participants