We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1b2f9 commit ca80411Copy full SHA for ca80411
doc/go1.22.html
@@ -580,7 +580,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
580
</p>
581
582
<p><!-- CL 467335 -->
583
- TODO: <a href="https://go.dev/cl/467335">https://go.dev/cl/467335</a>: net: respect hosts file when resolving names for Windows
+ The Go DNS Resolver, used when building the binary with "-tags=netgo",
584
+ now searches a matching name in the Windows hosts file,
585
+ located at <code>%SystemRoot%\System32\drivers\etc\hosts</code>,
586
+ before making a DNS query.
587
588
</dd>
589
</dl><!-- net -->
0 commit comments