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
DNS read config timeout 5s https://github.com/golang/go/blob/c45c32b1cd6ba635fda3add12f48766fd6aef5d8/src/net/dnsconfig_unix.go#L43
https://www.cloudflare.com/learning/dns/dns-records/dns-aaaa-record/
net/http: Client.Do blocks on DNS AAAA record until timeout even after A record succeeds golang/go#57697
net: Go's DNS resolver retry AAAA request to next nameserver even A response has records golang/go#64783
net: Dial always query DNS for both A and AAAA even if network is tcp4 or tcp6 when pure Go resolver is used golang/go#45024
golang/go@aaf8e84
golang/go@53dd0d7
https://stackoverflow.com/questions/14970095/10-second-timeout-on-failing-aaaa-lookup-before-ipv4-fallback-in-file-get-conten
https://blog.bullgare.com/2021/02/force-ipv4-for-golang-http-client/
https://pkg.go.dev/github.com/miekg/dns
https://github.com/rs/dnscache
https://jvns.ca/blog/2022/02/01/a-dns-resolver-in-80-lines-of-go/
https://pracucci.com/kubernetes-dns-resolution-ndots-options-and-why-it-may-affect-application-performances.html
DNS Issue gliderlabs/docker-alpine#255
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DNS read config timeout 5s
https://github.com/golang/go/blob/c45c32b1cd6ba635fda3add12f48766fd6aef5d8/src/net/dnsconfig_unix.go#L43
https://www.cloudflare.com/learning/dns/dns-records/dns-aaaa-record/
net/http: Client.Do blocks on DNS AAAA record until timeout even after A record succeeds golang/go#57697
net: Go's DNS resolver retry AAAA request to next nameserver even A response has records golang/go#64783
net: Dial always query DNS for both A and AAAA even if network is tcp4 or tcp6 when pure Go resolver is used golang/go#45024
golang/go@aaf8e84
golang/go@53dd0d7
https://stackoverflow.com/questions/14970095/10-second-timeout-on-failing-aaaa-lookup-before-ipv4-fallback-in-file-get-conten
https://blog.bullgare.com/2021/02/force-ipv4-for-golang-http-client/
https://pkg.go.dev/github.com/miekg/dns
https://github.com/rs/dnscache
https://jvns.ca/blog/2022/02/01/a-dns-resolver-in-80-lines-of-go/
https://pracucci.com/kubernetes-dns-resolution-ndots-options-and-why-it-may-affect-application-performances.html
DNS Issue gliderlabs/docker-alpine#255
The text was updated successfully, but these errors were encountered: