elixir-dns icon indicating copy to clipboard operation
elixir-dns copied to clipboard

Implement DOH Client

Open NullOranje opened this issue 4 years ago • 1 comments

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

NullOranje avatar Oct 14 '19 17:10 NullOranje

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.

tungd avatar Nov 06 '19 02:11 tungd