libnetwork icon indicating copy to clipboard operation
libnetwork copied to clipboard

support DNS over TLS for upstream name lookups

Open willie opened this issue 5 years ago • 0 comments

While the underlying Go network stack supports DNS lookups over TLS, Docker provides no way to specify that the DNS server passed with --dns is capable of DNS over TLS (or if it is desired).

Example code here: https://github.com/artyom/dot/blob/master/dot.go#L44

Sadly, I do not understand the libnetwork codebase well enough to submit a PR.

willie avatar Feb 20 '20 18:02 willie