| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent acc22c7 commit 404730a
2 files 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 | |||
| 207 | 207 | added: | |
| 208 | 208 | - v16.4.0 | |
| 209 | 209 | - 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`. | ||
| 210 | 214 | --> | |
| 211 | 215 | ||
| 212 | 216 | Set the default value of `verbatim` in [`dns.lookup()`][] and | |
@@ -215,7 +219,7 @@ Set the default value of `verbatim` in [`dns.lookup()`][] and | |||
| 215 | 219 | * `ipv4first`: sets default `verbatim` `false`. | |
| 216 | 220 | * `verbatim`: sets default `verbatim` `true`. | |
| 217 | 221 | ||
| 218 | - The default is `ipv4first` and [`dns.setDefaultResultOrder()`][] have higher | ||
| 222 | + The default is `verbatim` and [`dns.setDefaultResultOrder()`][] have higher | ||
| 219 | 223 | priority than `--dns-result-order`. | |
| 220 | 224 | ||
| 221 | 225 | ### `--enable-fips` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -202,7 +202,7 @@ changes: | |||
| 202 | 202 | * `verbatim` {boolean} When `true`, the callback receives IPv4 and IPv6 | |
| 203 | 203 | addresses in the order the DNS resolver returned them. When `false`, | |
| 204 | 204 | 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 | ||
| 206 | 206 | configurable using [`dns.setDefaultResultOrder()`][] or | |
| 207 | 207 | [`--dns-result-order`][]. | |
| 208 | 208 | * `callback` {Function} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments