We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
When running podman machine with image 35.20211010.1.0, I can see this error:
It seems the OS tries to use DNS over TLS. Perhaps we should support it? or disable it somehow.
The text was updated successfully, but these errors were encountered: