]> Cypherpunks repositories - gostls13.git/commit
net: ignore edns0 option in resolv.conf
authorIan Lance Taylor <iant@golang.org>
Fri, 1 Jul 2022 05:06:26 +0000 (22:06 -0700)
committerGopher Robot <gobot@golang.org>
Sun, 14 Aug 2022 00:13:15 +0000 (00:13 +0000)
commit7acbbbee947626d9d411f8b3398400413d0fd0ce
treeee2fec6eb26883f43b7d84f852162504d6431c37
parent59865f1420b2b2c67ac31f88375c142713d1fac9
net: ignore edns0 option in resolv.conf

We use EDNS(0) by default. No need to fall back to netdns=cgo if we
see a explicit request for EDNS(0) in resolv.conf.

For #51153

Change-Id: I135363112e3de43ce877aad45aba71d1448068b7
Reviewed-on: https://go-review.googlesource.com/c/go/+/415579
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
src/net/dnsconfig_unix.go