gvisor-tap-vsock
gvisor-tap-vsock copied to clipboard
DNS over TLS error
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.
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.