containers / gvisor-tap-vsock

A new network stack based on gVisor
Apache License 2.0
262 stars 48 forks source link

DNS over TLS error #65

Open guillaumerose opened 3 years ago

guillaumerose commented 3 years ago

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.

ghost commented 2 years ago

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.