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