diff --git a/doc/go1.22.html b/doc/go1.22.html index 7e2b4da20c..bf39db39e5 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -580,7 +580,10 @@ defer func() {
- TODO: https://go.dev/cl/467335: net: respect hosts file when resolving names for Windows
+ The Go DNS Resolver, used when building the binary with "-tags=netgo",
+ now searches a matching name in the Windows hosts file,
+ located at %SystemRoot%\System32\drivers\etc\hosts,
+ before making a DNS query.