flightsim icon indicating copy to clipboard operation
flightsim copied to clipboard

simulator/encrypted-dns: new encrypted DNS module

Open kmroz opened this issue 4 years ago • 2 comments

DoH and DoT. TODO: DNSCrypt

kmroz avatar Sep 20 '21 08:09 kmroz

Covers: https://github.com/alphasoc/flightsim/issues/19

Wanted to run this by you guys to see if you're happy with the approach.

DoH - JSON where possible, wire DNS protocol where needed. DoT - Of the listed providers by Chris, only OpenDNS has no plans for DoT. Still need to figure out DNSCrypt. Will rebase this on top of https://github.com/alphasoc/flightsim/pull/40 to get the iface/bind changes as well.

kmroz avatar Sep 20 '21 08:09 kmroz

Before we push this through, I'd like to do a test run on Windows (today).

Also, for dnscrypt, I've not had luck using TCP as a communication protocol. Not sure if this is to do with the servers I've thus far tested against, or the backend lib that's pulled together from a couple of different sources. UDP works well. I'll open a ticket for myself to investigate further.

kmroz avatar Dec 13 '21 07:12 kmroz