gvisor-tap-vsock icon indicating copy to clipboard operation
gvisor-tap-vsock copied to clipboard

DNS over TLS error

Open guillaumerose opened this issue 3 years ago • 1 comments

When running podman machine with image 35.20211010.1.0, I can see this error:

net.Dial() = dial tcp 192.168.127.1:853: connect: operation timed out

It seems the OS tries to use DNS over TLS. Perhaps we should support it? or disable it somehow.

guillaumerose avatar Oct 14 '21 07:10 guillaumerose

dns.Server has support for DNS over TLS. The level of effort might be relatively low to support the feature.

Making a keypair in advance for gvproxy seems a bit tedious. For a go based SSH server, I just generated some adhoc keys to use.

protosam avatar Dec 27 '21 21:12 protosam