docker icon indicating copy to clipboard operation
docker copied to clipboard

[Feature Request] DoH and/or DoT

Open psharma04 opened this issue 3 years ago • 2 comments

Currently, outbound DNS queries are insecurely sent over the internet. Support for DoH and/or DoT would improve this situation drastically.

psharma04 avatar Mar 30 '21 05:03 psharma04

@psharma04 Doesn't make sense to me, seen as anonaddy isn't running a public recursive DNS server. So it wouldn't allow you to use DoH/DoT with their service and/or software in anyway (as fair as i know).

c0nfigurati0n avatar Jul 18 '22 08:07 c0nfigurati0n

The container will use whatever DNS its told to use (see docker networks for details - but its usually the same as the host). In my case, my local DNS is an instance of AdguardHome. Inside adguardhome you can set your upstream DNS to be a an encrypted provider. I found that using cloudflare didnt work as emails would bounce off the spam protection due to public resolver, but when i set the upstream to OpenDNS DOH it works fine.

yurividal avatar Aug 21 '22 05:08 yurividal