]> Cypherpunks repositories - gostls13.git/commit
net: add GODEBUG=netedns0=0 to disable sending EDNS0 header
authorIan Lance Taylor <iant@golang.org>
Tue, 11 Jun 2024 16:36:49 +0000 (09:36 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 12 Jun 2024 17:31:13 +0000 (17:31 +0000)
commitee4a42bd583b8594e97f1833c4b4c6e6428d9227
tree0c54cf1b64274b710582bf00eb072324cd80b928
parentb589478af7f4b09cc9c4d5f76fbbf5cad2b2b7bb
net: add GODEBUG=netedns0=0 to disable sending EDNS0 header

It reportedly breaks the DNS server on some modems.

For #6464
For #21160
For #44135
For #51127
For #51153
Fixes #67925

Change-Id: I54a11906159f00246d08a54cc8be7327e9ebfd2c
Reviewed-on: https://go-review.googlesource.com/c/go/+/591995
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
doc/godebug.md
doc/next/6-stdlib/99-minor/net/67925.md [new file with mode: 0644]
src/internal/godebugs/table.go
src/net/dnsclient_unix.go
src/net/dnsclient_unix_test.go
src/net/net.go
src/runtime/metrics/doc.go