]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.22] 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 20:58:33 +0000 (20:58 +0000)
commitfe9b3c339978f37aad53875d9e6d2df35a1996ad
treef30bc26a6f2015c87990de793c3b779d1d402a63
parentb515c5208b134c134936b014bef0cb7ef03d260a
[release-branch.go1.22] 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
For #67925
Fixes #67934

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>
(cherry picked from commit ee4a42bd583b8594e97f1833c4b4c6e6428d9227)
Reviewed-on: https://go-review.googlesource.com/c/go/+/592217
TryBot-Bypass: Ian Lance Taylor <iant@golang.org>
Commit-Queue: Ian Lance Taylor <iant@google.com>
doc/godebug.md
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