File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,10 @@ code from strings throw an exception instead. This does not affect the Node.js
207207added:
208208 - v16.4.0
209209 - v14.18.0
210+ changes:
211+ - version: v17.0.0
212+ pr-url: https://github.com/nodejs/node/pull/39987
213+ description: Changed default value to `verbatim`.
210214-->
211215
212216Set the default value of ` verbatim ` in [ ` dns.lookup() ` ] [ ] and
@@ -215,7 +219,7 @@ Set the default value of `verbatim` in [`dns.lookup()`][] and
215219* ` ipv4first ` : sets default ` verbatim ` ` false ` .
216220* ` verbatim ` : sets default ` verbatim ` ` true ` .
217221
218- The default is ` ipv4first ` and [ ` dns.setDefaultResultOrder() ` ] [ ] have higher
222+ The default is ` verbatim ` and [ ` dns.setDefaultResultOrder() ` ] [ ] have higher
219223priority than ` --dns-result-order ` .
220224
221225### ` --enable-fips `
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ changes:
202202 * ` verbatim ` {boolean} When ` true ` , the callback receives IPv4 and IPv6
203203 addresses in the order the DNS resolver returned them. When ` false ` ,
204204 IPv4 addresses are placed before IPv6 addresses.
205- ** Default:** ` true ` (addresses are reordered). Default value is
205+ ** Default:** ` true ` (addresses are not reordered). Default value is
206206 configurable using [ ` dns.setDefaultResultOrder() ` ] [ ] or
207207 [ ` --dns-result-order ` ] [ ] .
208208* ` callback ` {Function}
You can’t perform that action at this time.
0 commit comments