]> Cypherpunks repositories - gostls13.git/commit
net: use port 53 when checking for UDP routes
authorIan Lance Taylor <iant@golang.org>
Wed, 8 May 2024 22:46:40 +0000 (15:46 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 9 May 2024 00:24:06 +0000 (00:24 +0000)
commit49eedfb4d07ab6c0d62041ba722dfe81e73d92ce
tree0c479c9f9231896350318083f00a161be7edfddc
parenta878d3dfa0f9d7cd1de26e3df9eb3983a9f64b53
net: use port 53 when checking for UDP routes

Using port 9 is weird and at least once triggered a suspicious
activity alert.

Fixes #67264

Change-Id: If4179f054829c175b9f3a51c3bc2a3ca4afa74b9
Reviewed-on: https://go-review.googlesource.com/c/go/+/584416
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
src/net/addrselect.go