]> Cypherpunks repositories - gostls13.git/commit
net: accept a valid IP address in LookupMX
authorIan Lance Taylor <iant@golang.org>
Thu, 20 Feb 2025 20:12:35 +0000 (12:12 -0800)
committerGopher Robot <gobot@golang.org>
Mon, 24 Feb 2025 23:01:37 +0000 (15:01 -0800)
commitf77bba43aa223fc86fd223f3ea4ef60db8e0c583
tree8ed65ddb2819ce021fed884385a31a466f24af45
parentdceee2e983f5dab65c3905ecf40e70e15cf41b7d
net: accept a valid IP address in LookupMX

Fixes #56025

Change-Id: I202fdd0e11afeb22c5bc22d91fe4bfea8987e727
Reviewed-on: https://go-review.googlesource.com/c/go/+/651056
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
doc/next/6-stdlib/99-minor/net/56025.md [new file with mode: 0644]
src/net/dnsclient_unix_test.go
src/net/lookup.go