We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ee984 commit 20355c3Copy full SHA for 20355c3
doc/api/dns.md
@@ -575,6 +575,10 @@ An error will be thrown if an invalid address is provided.
575
The `dns.setServers()` method must not be called while a DNS query is in
576
progress.
577
578
+The [`dns.setServers()`][] method affects only [`dns.resolve()`][],
579
+[`dns.resolve*()`][] and [`dns.reverse()`][] (and specifically *not*
580
+[`dns.lookup()`][]).
581
+
582
Note that this method works much like
583
[resolve.conf](http://man7.org/linux/man-pages/man5/resolv.conf.5.html).
584
That is, if attempting to resolve with the first server provided results in a
0 commit comments