]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.21] 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:57:23 +0000 (20:57 +0000)
commit74ac37e9da31d6ab37575e7f2d7287fbb6b168d9
treeb8e8acadb9a17702fdb68baba2e8aba58ef8aeba
parent7e563a0a32be074f4bf48ddb27bf1185fa2133d9
[release-branch.go1.21] 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 #67933

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/+/592235
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