dns icon indicating copy to clipboard operation
dns copied to clipboard

Add support for oblivious DNS

Open JayNewstrom opened this issue 4 years ago • 4 comments

https://blog.cloudflare.com/oblivious-dns/

JayNewstrom avatar Jan 02 '21 20:01 JayNewstrom

Yes I've been eyeing this to jump from DNS over TLS to this, instead of going DNS over HTTPS which adds little benefit apart from using port 443. It might take some time to implement as a local DNS relay (as Unbound currently does) but it is definitely in my brain roadmap 😉

qdm12 avatar Jan 02 '21 20:01 qdm12

Sounds good. Let me know if you need help testing :)

JayNewstrom avatar Jan 02 '21 20:01 JayNewstrom

Still a bit behind oblivious DNS, but I made good progress on a Go implementation for a DNS over HTTPs and DNS over TLS proxying server https://github.com/qdm12/dns/pull/58 it should be finalized in the coming week.

Oblivious dns would be next on the list! 😉

qdm12 avatar Mar 20 '21 18:03 qdm12

Note to future self: https://github.com/cloudflare/odoh-client-go should be a good starting point

qdm12 avatar Mar 23 '21 02:03 qdm12