alicezetion 1.9.6 → 1.9.8
Sign up to get free protection for your applications and to get access to all the features.
- package/.cache/replit/modules/nodejs-20.res +1 -0
- package/.cache/replit/modules/replit.res +1 -0
- package/.cache/typescript/5.4/node_modules/.package-lock.json +137 -0
- package/.cache/typescript/5.4/node_modules/@types/bluebird/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/bluebird/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/bluebird/index.d.ts +1365 -0
- package/.cache/typescript/5.4/node_modules/@types/bluebird/package.json +25 -0
- package/.cache/typescript/5.4/node_modules/@types/caseless/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/caseless/README.md +48 -0
- package/.cache/typescript/5.4/node_modules/@types/caseless/index.d.ts +29 -0
- package/.cache/typescript/5.4/node_modules/@types/caseless/package.json +35 -0
- package/.cache/typescript/5.4/node_modules/@types/cheerio/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/cheerio/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/cheerio/index.d.ts +318 -0
- package/.cache/typescript/5.4/node_modules/@types/cheerio/package.json +71 -0
- package/.cache/typescript/5.4/node_modules/@types/node/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/node/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.4/node_modules/@types/node/assert.d.ts +1040 -0
- package/.cache/typescript/5.4/node_modules/@types/node/async_hooks.d.ts +541 -0
- package/.cache/typescript/5.4/node_modules/@types/node/buffer.d.ts +2363 -0
- package/.cache/typescript/5.4/node_modules/@types/node/child_process.d.ts +1544 -0
- package/.cache/typescript/5.4/node_modules/@types/node/cluster.d.ts +578 -0
- package/.cache/typescript/5.4/node_modules/@types/node/console.d.ts +452 -0
- package/.cache/typescript/5.4/node_modules/@types/node/constants.d.ts +19 -0
- package/.cache/typescript/5.4/node_modules/@types/node/crypto.d.ts +4523 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dgram.d.ts +596 -0
- package/.cache/typescript/5.4/node_modules/@types/node/diagnostics_channel.d.ts +554 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dns/promises.d.ts +476 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dns.d.ts +864 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dom-events.d.ts +124 -0
- package/.cache/typescript/5.4/node_modules/@types/node/domain.d.ts +170 -0
- package/.cache/typescript/5.4/node_modules/@types/node/events.d.ts +931 -0
- package/.cache/typescript/5.4/node_modules/@types/node/fs/promises.d.ts +1245 -0
- package/.cache/typescript/5.4/node_modules/@types/node/fs.d.ts +4317 -0
- package/.cache/typescript/5.4/node_modules/@types/node/globals.d.ts +412 -0
- package/.cache/typescript/5.4/node_modules/@types/node/globals.global.d.ts +1 -0
- package/.cache/typescript/5.4/node_modules/@types/node/http.d.ts +1908 -0
- package/.cache/typescript/5.4/node_modules/@types/node/http2.d.ts +2418 -0
- package/.cache/typescript/5.4/node_modules/@types/node/https.d.ts +550 -0
- package/.cache/typescript/5.4/node_modules/@types/node/index.d.ts +89 -0
- package/.cache/typescript/5.4/node_modules/@types/node/inspector.d.ts +2746 -0
- package/.cache/typescript/5.4/node_modules/@types/node/module.d.ts +315 -0
- package/.cache/typescript/5.4/node_modules/@types/node/net.d.ts +999 -0
- package/.cache/typescript/5.4/node_modules/@types/node/os.d.ts +495 -0
- package/.cache/typescript/5.4/node_modules/@types/node/package.json +217 -0
- package/.cache/typescript/5.4/node_modules/@types/node/path.d.ts +191 -0
- package/.cache/typescript/5.4/node_modules/@types/node/perf_hooks.d.ts +905 -0
- package/.cache/typescript/5.4/node_modules/@types/node/process.d.ts +1754 -0
- package/.cache/typescript/5.4/node_modules/@types/node/punycode.d.ts +117 -0
- package/.cache/typescript/5.4/node_modules/@types/node/querystring.d.ts +153 -0
- package/.cache/typescript/5.4/node_modules/@types/node/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.4/node_modules/@types/node/readline.d.ts +540 -0
- package/.cache/typescript/5.4/node_modules/@types/node/repl.d.ts +430 -0
- package/.cache/typescript/5.4/node_modules/@types/node/sea.d.ts +153 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/web.d.ts +367 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream.d.ts +1707 -0
- package/.cache/typescript/5.4/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.4/node_modules/@types/node/test.d.ts +1718 -0
- package/.cache/typescript/5.4/node_modules/@types/node/timers/promises.d.ts +97 -0
- package/.cache/typescript/5.4/node_modules/@types/node/timers.d.ts +240 -0
- package/.cache/typescript/5.4/node_modules/@types/node/tls.d.ts +1217 -0
- package/.cache/typescript/5.4/node_modules/@types/node/trace_events.d.ts +197 -0
- package/.cache/typescript/5.4/node_modules/@types/node/tty.d.ts +208 -0
- package/.cache/typescript/5.4/node_modules/@types/node/url.d.ts +952 -0
- package/.cache/typescript/5.4/node_modules/@types/node/util.d.ts +2292 -0
- package/.cache/typescript/5.4/node_modules/@types/node/v8.d.ts +808 -0
- package/.cache/typescript/5.4/node_modules/@types/node/vm.d.ts +924 -0
- package/.cache/typescript/5.4/node_modules/@types/node/wasi.d.ts +181 -0
- package/.cache/typescript/5.4/node_modules/@types/node/worker_threads.d.ts +694 -0
- package/.cache/typescript/5.4/node_modules/@types/node/zlib.d.ts +530 -0
- package/.cache/typescript/5.4/node_modules/@types/npmlog/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/npmlog/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/npmlog/index.d.ts +84 -0
- package/.cache/typescript/5.4/node_modules/@types/npmlog/package.json +32 -0
- package/.cache/typescript/5.4/node_modules/@types/request/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/request/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/request/index.d.ts +395 -0
- package/.cache/typescript/5.4/node_modules/@types/request/package.json +70 -0
- package/.cache/typescript/5.4/node_modules/@types/tough-cookie/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/tough-cookie/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/tough-cookie/index.d.ts +321 -0
- package/.cache/typescript/5.4/node_modules/@types/tough-cookie/package.json +35 -0
- package/.cache/typescript/5.4/node_modules/asynckit/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/asynckit/README.md +233 -0
- package/.cache/typescript/5.4/node_modules/asynckit/bench.js +76 -0
- package/.cache/typescript/5.4/node_modules/asynckit/index.js +6 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/abort.js +29 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/async.js +34 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/defer.js +26 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/iterate.js +75 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/state.js +37 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/streamify.js +141 -0
- package/.cache/typescript/5.4/node_modules/asynckit/lib/terminator.js +29 -0
- package/.cache/typescript/5.4/node_modules/asynckit/package.json +63 -0
- package/.cache/typescript/5.4/node_modules/asynckit/parallel.js +43 -0
- package/.cache/typescript/5.4/node_modules/asynckit/serial.js +17 -0
- package/.cache/typescript/5.4/node_modules/asynckit/serialOrdered.js +75 -0
- package/.cache/typescript/5.4/node_modules/asynckit/stream.js +21 -0
- package/.cache/typescript/5.4/node_modules/combined-stream/License +19 -0
- package/.cache/typescript/5.4/node_modules/combined-stream/Readme.md +138 -0
- package/.cache/typescript/5.4/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/.cache/typescript/5.4/node_modules/combined-stream/package.json +25 -0
- package/.cache/typescript/5.4/node_modules/combined-stream/yarn.lock +17 -0
- package/.cache/typescript/5.4/node_modules/delayed-stream/License +19 -0
- package/.cache/typescript/5.4/node_modules/delayed-stream/Makefile +7 -0
- package/.cache/typescript/5.4/node_modules/delayed-stream/Readme.md +141 -0
- package/.cache/typescript/5.4/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/.cache/typescript/5.4/node_modules/delayed-stream/package.json +27 -0
- package/.cache/typescript/5.4/node_modules/form-data/License +19 -0
- package/.cache/typescript/5.4/node_modules/form-data/README.md +350 -0
- package/.cache/typescript/5.4/node_modules/form-data/README.md.bak +350 -0
- package/.cache/typescript/5.4/node_modules/form-data/index.d.ts +51 -0
- package/.cache/typescript/5.4/node_modules/form-data/lib/browser.js +2 -0
- package/.cache/typescript/5.4/node_modules/form-data/lib/form_data.js +483 -0
- package/.cache/typescript/5.4/node_modules/form-data/lib/populate.js +10 -0
- package/.cache/typescript/5.4/node_modules/form-data/package.json +68 -0
- package/.cache/typescript/5.4/node_modules/mime-db/HISTORY.md +507 -0
- package/.cache/typescript/5.4/node_modules/mime-db/LICENSE +23 -0
- package/.cache/typescript/5.4/node_modules/mime-db/README.md +100 -0
- package/.cache/typescript/5.4/node_modules/mime-db/db.json +8519 -0
- package/.cache/typescript/5.4/node_modules/mime-db/index.js +12 -0
- package/.cache/typescript/5.4/node_modules/mime-db/package.json +60 -0
- package/.cache/typescript/5.4/node_modules/mime-types/HISTORY.md +397 -0
- package/.cache/typescript/5.4/node_modules/mime-types/LICENSE +23 -0
- package/.cache/typescript/5.4/node_modules/mime-types/README.md +113 -0
- package/.cache/typescript/5.4/node_modules/mime-types/index.js +188 -0
- package/.cache/typescript/5.4/node_modules/mime-types/package.json +44 -0
- package/.cache/typescript/5.4/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.4/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.4/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.4/node_modules/undici-types/README.md +6 -0
- package/.cache/typescript/5.4/node_modules/undici-types/agent.d.ts +31 -0
- package/.cache/typescript/5.4/node_modules/undici-types/api.d.ts +43 -0
- package/.cache/typescript/5.4/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/.cache/typescript/5.4/node_modules/undici-types/cache.d.ts +36 -0
- package/.cache/typescript/5.4/node_modules/undici-types/client.d.ts +97 -0
- package/.cache/typescript/5.4/node_modules/undici-types/connector.d.ts +34 -0
- package/.cache/typescript/5.4/node_modules/undici-types/content-type.d.ts +21 -0
- package/.cache/typescript/5.4/node_modules/undici-types/cookies.d.ts +28 -0
- package/.cache/typescript/5.4/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/.cache/typescript/5.4/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/.cache/typescript/5.4/node_modules/undici-types/errors.d.ts +128 -0
- package/.cache/typescript/5.4/node_modules/undici-types/fetch.d.ts +209 -0
- package/.cache/typescript/5.4/node_modules/undici-types/file.d.ts +39 -0
- package/.cache/typescript/5.4/node_modules/undici-types/filereader.d.ts +54 -0
- package/.cache/typescript/5.4/node_modules/undici-types/formdata.d.ts +108 -0
- package/.cache/typescript/5.4/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/.cache/typescript/5.4/node_modules/undici-types/global-origin.d.ts +7 -0
- package/.cache/typescript/5.4/node_modules/undici-types/handlers.d.ts +9 -0
- package/.cache/typescript/5.4/node_modules/undici-types/header.d.ts +4 -0
- package/.cache/typescript/5.4/node_modules/undici-types/index.d.ts +63 -0
- package/.cache/typescript/5.4/node_modules/undici-types/interceptors.d.ts +5 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-client.d.ts +25 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/.cache/typescript/5.4/node_modules/undici-types/package.json +55 -0
- package/.cache/typescript/5.4/node_modules/undici-types/patch.d.ts +71 -0
- package/.cache/typescript/5.4/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/.cache/typescript/5.4/node_modules/undici-types/pool.d.ts +28 -0
- package/.cache/typescript/5.4/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/.cache/typescript/5.4/node_modules/undici-types/readable.d.ts +61 -0
- package/.cache/typescript/5.4/node_modules/undici-types/webidl.d.ts +220 -0
- package/.cache/typescript/5.4/node_modules/undici-types/websocket.d.ts +131 -0
- package/.cache/typescript/5.4/package-lock.json +149 -0
- package/.cache/typescript/5.4/package.json +1 -0
- package/index.js +290 -70
- package/leiamnash/addExternalModule.js +15 -0
- package/leiamnash/addUserToGroup.js +77 -0
- package/leiamnash/changeAdminStatus.js +47 -0
- package/leiamnash/changeArchivedStatus.js +41 -0
- package/{src → leiamnash}/changeAvatar.js +3 -2
- package/leiamnash/changeBio.js +64 -0
- package/leiamnash/changeBlockedStatus.js +36 -0
- package/leiamnash/changeGroupImage.js +105 -0
- package/leiamnash/changeNickname.js +43 -0
- package/leiamnash/changeThreadColor.js +61 -0
- package/leiamnash/changeThreadEmoji.js +41 -0
- package/{src → leiamnash}/chat.js +4 -29
- package/leiamnash/createNewGroup.js +70 -0
- package/leiamnash/createPoll.js +59 -0
- package/leiamnash/deleteMessage.js +44 -0
- package/leiamnash/deleteThread.js +42 -0
- package/leiamnash/editMessage.js +62 -0
- package/leiamnash/forwardAttachment.js +47 -0
- package/leiamnash/forwardMessage.js +0 -0
- package/leiamnash/getCurrentUserID.js +7 -0
- package/leiamnash/getEmojiUrl.js +27 -0
- package/leiamnash/getFriendsList.js +73 -0
- package/leiamnash/getInfoVideo.js +134 -0
- package/leiamnash/getThreadHistory.js +537 -0
- package/leiamnash/getThreadHistoryDeprecated.js +71 -0
- package/leiamnash/getThreadInfo.js +171 -0
- package/leiamnash/getThreadInfoDeprecated.js +56 -0
- package/leiamnash/getThreadList.js +213 -0
- package/leiamnash/getThreadListDeprecated.js +46 -0
- package/leiamnash/getThreadPictures.js +59 -0
- package/leiamnash/getUserID.js +61 -0
- package/leiamnash/getUserInfo.js +66 -0
- package/leiamnash/handleFriendRequest.js +46 -0
- package/leiamnash/handleMessageRequest.js +47 -0
- package/leiamnash/httpGet.js +47 -0
- package/leiamnash/httpPost.js +47 -0
- package/leiamnash/httpPostFormData.js +42 -0
- package/leiamnash/listenMqtt.js +843 -0
- package/leiamnash/logout.js +68 -0
- package/leiamnash/markAsDelivered.js +47 -0
- package/leiamnash/markAsRead.js +70 -0
- package/leiamnash/markAsReadAll.js +40 -0
- package/leiamnash/markAsSeen.js +48 -0
- package/leiamnash/muteThread.js +45 -0
- package/leiamnash/pinMessage.js +58 -0
- package/leiamnash/react.js +109 -0
- package/{src → leiamnash}/refreshFb_dtsg.js +1 -1
- package/leiamnash/removeUserFromGroup.js +45 -0
- package/leiamnash/resolvePhotoUrl.js +36 -0
- package/leiamnash/searchForThread.js +42 -0
- package/leiamnash/seen.js +40 -0
- package/leiamnash/sendMessage.js +315 -0
- package/leiamnash/sendTypingIndicator.js +70 -0
- package/leiamnash/setMessageReaction.js +103 -0
- package/leiamnash/setPostReaction.js +63 -0
- package/leiamnash/setTitle.js +70 -0
- package/leiamnash/threadColors.js +41 -0
- package/leiamnash/token.js +112 -0
- package/leiamnash/unfriend.js +42 -0
- package/leiamnash/unsendMessage.js +39 -0
- package/{src → leiamnash}/uploadAttachment.js +2 -1
- package/package.json +3 -2
- package/utils.js +1345 -1382
- package/.cache/replit/modules/nodejs-20:v28-20240213-3f08513.res +0 -1
- package/.cache/replit/modules/replit:v5-20240209-9e3a339.res +0 -1
- package/.replit +0 -1
- package/src/addExternalModule.js +0 -19
- package/src/addUserToGroup.js +0 -113
- package/src/changeAdminStatus.js +0 -79
- package/src/changeArchivedStatus.js +0 -55
- package/src/changeBio.js +0 -77
- package/src/changeBlockedStatus.js +0 -47
- package/src/changeGroupImage.js +0 -132
- package/src/changeNickname.js +0 -59
- package/src/changeThreadColor.js +0 -65
- package/src/changeThreadEmoji.js +0 -55
- package/src/createNewGroup.js +0 -86
- package/src/createPoll.js +0 -71
- package/src/deleteMessage.js +0 -56
- package/src/deleteThread.js +0 -56
- package/src/edit.js +0 -66
- package/src/forwardAttachment.js +0 -60
- package/src/getCurrentUserID.js +0 -7
- package/src/getEmojiUrl.js +0 -29
- package/src/getFriendsList.js +0 -83
- package/src/getThreadHistory.js +0 -666
- package/src/getThreadInfo.js +0 -232
- package/src/getThreadList.js +0 -241
- package/src/getThreadPictures.js +0 -79
- package/src/getUserID.js +0 -66
- package/src/getUserInfo.js +0 -74
- package/src/handleFriendRequest.js +0 -61
- package/src/handleMessageRequest.js +0 -65
- package/src/httpGet.js +0 -57
- package/src/httpPost.js +0 -57
- package/src/httpPostFormData.js +0 -63
- package/src/listenMqtt.js +0 -854
- package/src/logout.js +0 -75
- package/src/markAsDelivered.js +0 -58
- package/src/markAsRead.js +0 -80
- package/src/markAsReadAll.js +0 -50
- package/src/markAsSeen.js +0 -59
- package/src/muteThread.js +0 -52
- package/src/react.js +0 -121
- package/src/removeUserFromGroup.js +0 -79
- package/src/resolvePhotoUrl.js +0 -45
- package/src/searchForThread.js +0 -53
- package/src/seen.js +0 -50
- package/src/sendMessage.js +0 -477
- package/src/sendTypingIndicator.js +0 -103
- package/src/setMessageReaction.js +0 -121
- package/src/setPostReaction.js +0 -109
- package/src/setTitle.js +0 -86
- package/src/threadColors.js +0 -131
- package/src/unfriend.js +0 -52
- package/src/unsendMessage.js +0 -49
- /package/{src → leiamnash}/getMessage.js +0 -0
@@ -0,0 +1,476 @@
|
|
1
|
+
/**
|
2
|
+
* The `dns.promises` API provides an alternative set of asynchronous DNS methods
|
3
|
+
* that return `Promise` objects rather than using callbacks. The API is accessible
|
4
|
+
* via `require('node:dns').promises` or `require('node:dns/promises')`.
|
5
|
+
* @since v10.6.0
|
6
|
+
*/
|
7
|
+
declare module "dns/promises" {
|
8
|
+
import {
|
9
|
+
AnyRecord,
|
10
|
+
CaaRecord,
|
11
|
+
LookupAddress,
|
12
|
+
LookupAllOptions,
|
13
|
+
LookupOneOptions,
|
14
|
+
LookupOptions,
|
15
|
+
MxRecord,
|
16
|
+
NaptrRecord,
|
17
|
+
RecordWithTtl,
|
18
|
+
ResolveOptions,
|
19
|
+
ResolverOptions,
|
20
|
+
ResolveWithTtlOptions,
|
21
|
+
SoaRecord,
|
22
|
+
SrvRecord,
|
23
|
+
} from "node:dns";
|
24
|
+
/**
|
25
|
+
* Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6),
|
26
|
+
* that are currently configured for DNS resolution. A string will include a port
|
27
|
+
* section if a custom port is used.
|
28
|
+
*
|
29
|
+
* ```js
|
30
|
+
* [
|
31
|
+
* '4.4.4.4',
|
32
|
+
* '2001:4860:4860::8888',
|
33
|
+
* '4.4.4.4:1053',
|
34
|
+
* '[2001:4860:4860::8888]:1053',
|
35
|
+
* ]
|
36
|
+
* ```
|
37
|
+
* @since v10.6.0
|
38
|
+
*/
|
39
|
+
function getServers(): string[];
|
40
|
+
/**
|
41
|
+
* Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or
|
42
|
+
* AAAA (IPv6) record. All `option` properties are optional. If `options` is an
|
43
|
+
* integer, then it must be `4` or `6` – if `options` is not provided, then IPv4
|
44
|
+
* and IPv6 addresses are both returned if found.
|
45
|
+
*
|
46
|
+
* With the `all` option set to `true`, the `Promise` is resolved with `addresses` being an array of objects with the properties `address` and `family`.
|
47
|
+
*
|
48
|
+
* On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` is the error code.
|
49
|
+
* Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when
|
50
|
+
* the host name does not exist but also when the lookup fails in other ways
|
51
|
+
* such as no available file descriptors.
|
52
|
+
*
|
53
|
+
* [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options) does not necessarily have anything to do with the DNS
|
54
|
+
* protocol. The implementation uses an operating system facility that can
|
55
|
+
* associate names with addresses and vice versa. This implementation can have
|
56
|
+
* subtle but important consequences on the behavior of any Node.js program. Please
|
57
|
+
* take some time to consult the [Implementation considerations section](https://nodejs.org/docs/latest-v20.x/api/dns.html#implementation-considerations) before
|
58
|
+
* using `dnsPromises.lookup()`.
|
59
|
+
*
|
60
|
+
* Example usage:
|
61
|
+
*
|
62
|
+
* ```js
|
63
|
+
* const dns = require('node:dns');
|
64
|
+
* const dnsPromises = dns.promises;
|
65
|
+
* const options = {
|
66
|
+
* family: 6,
|
67
|
+
* hints: dns.ADDRCONFIG | dns.V4MAPPED,
|
68
|
+
* };
|
69
|
+
*
|
70
|
+
* dnsPromises.lookup('example.com', options).then((result) => {
|
71
|
+
* console.log('address: %j family: IPv%s', result.address, result.family);
|
72
|
+
* // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6
|
73
|
+
* });
|
74
|
+
*
|
75
|
+
* // When options.all is true, the result will be an Array.
|
76
|
+
* options.all = true;
|
77
|
+
* dnsPromises.lookup('example.com', options).then((result) => {
|
78
|
+
* console.log('addresses: %j', result);
|
79
|
+
* // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}]
|
80
|
+
* });
|
81
|
+
* ```
|
82
|
+
* @since v10.6.0
|
83
|
+
*/
|
84
|
+
function lookup(hostname: string, family: number): Promise<LookupAddress>;
|
85
|
+
function lookup(hostname: string, options: LookupOneOptions): Promise<LookupAddress>;
|
86
|
+
function lookup(hostname: string, options: LookupAllOptions): Promise<LookupAddress[]>;
|
87
|
+
function lookup(hostname: string, options: LookupOptions): Promise<LookupAddress | LookupAddress[]>;
|
88
|
+
function lookup(hostname: string): Promise<LookupAddress>;
|
89
|
+
/**
|
90
|
+
* Resolves the given `address` and `port` into a host name and service using
|
91
|
+
* the operating system's underlying `getnameinfo` implementation.
|
92
|
+
*
|
93
|
+
* If `address` is not a valid IP address, a `TypeError` will be thrown.
|
94
|
+
* The `port` will be coerced to a number. If it is not a legal port, a `TypeError` will be thrown.
|
95
|
+
*
|
96
|
+
* On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` is the error code.
|
97
|
+
*
|
98
|
+
* ```js
|
99
|
+
* const dnsPromises = require('node:dns').promises;
|
100
|
+
* dnsPromises.lookupService('127.0.0.1', 22).then((result) => {
|
101
|
+
* console.log(result.hostname, result.service);
|
102
|
+
* // Prints: localhost ssh
|
103
|
+
* });
|
104
|
+
* ```
|
105
|
+
* @since v10.6.0
|
106
|
+
*/
|
107
|
+
function lookupService(
|
108
|
+
address: string,
|
109
|
+
port: number,
|
110
|
+
): Promise<{
|
111
|
+
hostname: string;
|
112
|
+
service: string;
|
113
|
+
}>;
|
114
|
+
/**
|
115
|
+
* Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array
|
116
|
+
* of the resource records. When successful, the `Promise` is resolved with an
|
117
|
+
* array of resource records. The type and structure of individual results vary
|
118
|
+
* based on `rrtype`:
|
119
|
+
*
|
120
|
+
* <omitted>
|
121
|
+
*
|
122
|
+
* On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code`
|
123
|
+
* is one of the [DNS error codes](https://nodejs.org/docs/latest-v20.x/api/dns.html#error-codes).
|
124
|
+
* @since v10.6.0
|
125
|
+
* @param hostname Host name to resolve.
|
126
|
+
* @param [rrtype='A'] Resource record type.
|
127
|
+
*/
|
128
|
+
function resolve(hostname: string): Promise<string[]>;
|
129
|
+
function resolve(hostname: string, rrtype: "A"): Promise<string[]>;
|
130
|
+
function resolve(hostname: string, rrtype: "AAAA"): Promise<string[]>;
|
131
|
+
function resolve(hostname: string, rrtype: "ANY"): Promise<AnyRecord[]>;
|
132
|
+
function resolve(hostname: string, rrtype: "CAA"): Promise<CaaRecord[]>;
|
133
|
+
function resolve(hostname: string, rrtype: "CNAME"): Promise<string[]>;
|
134
|
+
function resolve(hostname: string, rrtype: "MX"): Promise<MxRecord[]>;
|
135
|
+
function resolve(hostname: string, rrtype: "NAPTR"): Promise<NaptrRecord[]>;
|
136
|
+
function resolve(hostname: string, rrtype: "NS"): Promise<string[]>;
|
137
|
+
function resolve(hostname: string, rrtype: "PTR"): Promise<string[]>;
|
138
|
+
function resolve(hostname: string, rrtype: "SOA"): Promise<SoaRecord>;
|
139
|
+
function resolve(hostname: string, rrtype: "SRV"): Promise<SrvRecord[]>;
|
140
|
+
function resolve(hostname: string, rrtype: "TXT"): Promise<string[][]>;
|
141
|
+
function resolve(
|
142
|
+
hostname: string,
|
143
|
+
rrtype: string,
|
144
|
+
): Promise<string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]>;
|
145
|
+
/**
|
146
|
+
* Uses the DNS protocol to resolve IPv4 addresses (`A` records) for the `hostname`. On success, the `Promise` is resolved with an array of IPv4
|
147
|
+
* addresses (e.g. `['74.125.79.104', '74.125.79.105', '74.125.79.106']`).
|
148
|
+
* @since v10.6.0
|
149
|
+
* @param hostname Host name to resolve.
|
150
|
+
*/
|
151
|
+
function resolve4(hostname: string): Promise<string[]>;
|
152
|
+
function resolve4(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>;
|
153
|
+
function resolve4(hostname: string, options: ResolveOptions): Promise<string[] | RecordWithTtl[]>;
|
154
|
+
/**
|
155
|
+
* Uses the DNS protocol to resolve IPv6 addresses (`AAAA` records) for the `hostname`. On success, the `Promise` is resolved with an array of IPv6
|
156
|
+
* addresses.
|
157
|
+
* @since v10.6.0
|
158
|
+
* @param hostname Host name to resolve.
|
159
|
+
*/
|
160
|
+
function resolve6(hostname: string): Promise<string[]>;
|
161
|
+
function resolve6(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>;
|
162
|
+
function resolve6(hostname: string, options: ResolveOptions): Promise<string[] | RecordWithTtl[]>;
|
163
|
+
/**
|
164
|
+
* Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query).
|
165
|
+
* On success, the `Promise` is resolved with an array containing various types of
|
166
|
+
* records. Each object has a property `type` that indicates the type of the
|
167
|
+
* current record. And depending on the `type`, additional properties will be
|
168
|
+
* present on the object:
|
169
|
+
*
|
170
|
+
* <omitted>
|
171
|
+
*
|
172
|
+
* Here is an example of the result object:
|
173
|
+
*
|
174
|
+
* ```js
|
175
|
+
* [ { type: 'A', address: '127.0.0.1', ttl: 299 },
|
176
|
+
* { type: 'CNAME', value: 'example.com' },
|
177
|
+
* { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 },
|
178
|
+
* { type: 'NS', value: 'ns1.example.com' },
|
179
|
+
* { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] },
|
180
|
+
* { type: 'SOA',
|
181
|
+
* nsname: 'ns1.example.com',
|
182
|
+
* hostmaster: 'admin.example.com',
|
183
|
+
* serial: 156696742,
|
184
|
+
* refresh: 900,
|
185
|
+
* retry: 900,
|
186
|
+
* expire: 1800,
|
187
|
+
* minttl: 60 } ]
|
188
|
+
* ```
|
189
|
+
* @since v10.6.0
|
190
|
+
*/
|
191
|
+
function resolveAny(hostname: string): Promise<AnyRecord[]>;
|
192
|
+
/**
|
193
|
+
* Uses the DNS protocol to resolve `CAA` records for the `hostname`. On success,
|
194
|
+
* the `Promise` is resolved with an array of objects containing available
|
195
|
+
* certification authority authorization records available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: 'pki.example.com'}]`).
|
196
|
+
* @since v15.0.0, v14.17.0
|
197
|
+
*/
|
198
|
+
function resolveCaa(hostname: string): Promise<CaaRecord[]>;
|
199
|
+
/**
|
200
|
+
* Uses the DNS protocol to resolve `CNAME` records for the `hostname`. On success,
|
201
|
+
* the `Promise` is resolved with an array of canonical name records available for
|
202
|
+
* the `hostname` (e.g. `['bar.example.com']`).
|
203
|
+
* @since v10.6.0
|
204
|
+
*/
|
205
|
+
function resolveCname(hostname: string): Promise<string[]>;
|
206
|
+
/**
|
207
|
+
* Uses the DNS protocol to resolve mail exchange records (`MX` records) for the `hostname`. On success, the `Promise` is resolved with an array of objects
|
208
|
+
* containing both a `priority` and `exchange` property (e.g.`[{priority: 10, exchange: 'mx.example.com'}, ...]`).
|
209
|
+
* @since v10.6.0
|
210
|
+
*/
|
211
|
+
function resolveMx(hostname: string): Promise<MxRecord[]>;
|
212
|
+
/**
|
213
|
+
* Uses the DNS protocol to resolve regular expression-based records (`NAPTR` records) for the `hostname`. On success, the `Promise` is resolved with an array
|
214
|
+
* of objects with the following properties:
|
215
|
+
*
|
216
|
+
* * `flags`
|
217
|
+
* * `service`
|
218
|
+
* * `regexp`
|
219
|
+
* * `replacement`
|
220
|
+
* * `order`
|
221
|
+
* * `preference`
|
222
|
+
*
|
223
|
+
* ```js
|
224
|
+
* {
|
225
|
+
* flags: 's',
|
226
|
+
* service: 'SIP+D2U',
|
227
|
+
* regexp: '',
|
228
|
+
* replacement: '_sip._udp.example.com',
|
229
|
+
* order: 30,
|
230
|
+
* preference: 100
|
231
|
+
* }
|
232
|
+
* ```
|
233
|
+
* @since v10.6.0
|
234
|
+
*/
|
235
|
+
function resolveNaptr(hostname: string): Promise<NaptrRecord[]>;
|
236
|
+
/**
|
237
|
+
* Uses the DNS protocol to resolve name server records (`NS` records) for the `hostname`. On success, the `Promise` is resolved with an array of name server
|
238
|
+
* records available for `hostname` (e.g.`['ns1.example.com', 'ns2.example.com']`).
|
239
|
+
* @since v10.6.0
|
240
|
+
*/
|
241
|
+
function resolveNs(hostname: string): Promise<string[]>;
|
242
|
+
/**
|
243
|
+
* Uses the DNS protocol to resolve pointer records (`PTR` records) for the `hostname`. On success, the `Promise` is resolved with an array of strings
|
244
|
+
* containing the reply records.
|
245
|
+
* @since v10.6.0
|
246
|
+
*/
|
247
|
+
function resolvePtr(hostname: string): Promise<string[]>;
|
248
|
+
/**
|
249
|
+
* Uses the DNS protocol to resolve a start of authority record (`SOA` record) for
|
250
|
+
* the `hostname`. On success, the `Promise` is resolved with an object with the
|
251
|
+
* following properties:
|
252
|
+
*
|
253
|
+
* * `nsname`
|
254
|
+
* * `hostmaster`
|
255
|
+
* * `serial`
|
256
|
+
* * `refresh`
|
257
|
+
* * `retry`
|
258
|
+
* * `expire`
|
259
|
+
* * `minttl`
|
260
|
+
*
|
261
|
+
* ```js
|
262
|
+
* {
|
263
|
+
* nsname: 'ns.example.com',
|
264
|
+
* hostmaster: 'root.example.com',
|
265
|
+
* serial: 2013101809,
|
266
|
+
* refresh: 10000,
|
267
|
+
* retry: 2400,
|
268
|
+
* expire: 604800,
|
269
|
+
* minttl: 3600
|
270
|
+
* }
|
271
|
+
* ```
|
272
|
+
* @since v10.6.0
|
273
|
+
*/
|
274
|
+
function resolveSoa(hostname: string): Promise<SoaRecord>;
|
275
|
+
/**
|
276
|
+
* Uses the DNS protocol to resolve service records (`SRV` records) for the `hostname`. On success, the `Promise` is resolved with an array of objects with
|
277
|
+
* the following properties:
|
278
|
+
*
|
279
|
+
* * `priority`
|
280
|
+
* * `weight`
|
281
|
+
* * `port`
|
282
|
+
* * `name`
|
283
|
+
*
|
284
|
+
* ```js
|
285
|
+
* {
|
286
|
+
* priority: 10,
|
287
|
+
* weight: 5,
|
288
|
+
* port: 21223,
|
289
|
+
* name: 'service.example.com'
|
290
|
+
* }
|
291
|
+
* ```
|
292
|
+
* @since v10.6.0
|
293
|
+
*/
|
294
|
+
function resolveSrv(hostname: string): Promise<SrvRecord[]>;
|
295
|
+
/**
|
296
|
+
* Uses the DNS protocol to resolve text queries (`TXT` records) for the `hostname`. On success, the `Promise` is resolved with a two-dimensional array
|
297
|
+
* of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of
|
298
|
+
* one record. Depending on the use case, these could be either joined together or
|
299
|
+
* treated separately.
|
300
|
+
* @since v10.6.0
|
301
|
+
*/
|
302
|
+
function resolveTxt(hostname: string): Promise<string[][]>;
|
303
|
+
/**
|
304
|
+
* Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an
|
305
|
+
* array of host names.
|
306
|
+
*
|
307
|
+
* On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code`
|
308
|
+
* is one of the [DNS error codes](https://nodejs.org/docs/latest-v20.x/api/dns.html#error-codes).
|
309
|
+
* @since v10.6.0
|
310
|
+
*/
|
311
|
+
function reverse(ip: string): Promise<string[]>;
|
312
|
+
/**
|
313
|
+
* Get the default value for `verbatim` in {@link lookup} and [dnsPromises.lookup()](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options).
|
314
|
+
* The value could be:
|
315
|
+
*
|
316
|
+
* * `ipv4first`: for `verbatim` defaulting to `false`.
|
317
|
+
* * `verbatim`: for `verbatim` defaulting to `true`.
|
318
|
+
* @since v20.1.0
|
319
|
+
*/
|
320
|
+
function getDefaultResultOrder(): "ipv4first" | "verbatim";
|
321
|
+
/**
|
322
|
+
* Sets the IP address and port of servers to be used when performing DNS
|
323
|
+
* resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted
|
324
|
+
* addresses. If the port is the IANA default DNS port (53) it can be omitted.
|
325
|
+
*
|
326
|
+
* ```js
|
327
|
+
* dnsPromises.setServers([
|
328
|
+
* '4.4.4.4',
|
329
|
+
* '[2001:4860:4860::8888]',
|
330
|
+
* '4.4.4.4:1053',
|
331
|
+
* '[2001:4860:4860::8888]:1053',
|
332
|
+
* ]);
|
333
|
+
* ```
|
334
|
+
*
|
335
|
+
* An error will be thrown if an invalid address is provided.
|
336
|
+
*
|
337
|
+
* The `dnsPromises.setServers()` method must not be called while a DNS query is in
|
338
|
+
* progress.
|
339
|
+
*
|
340
|
+
* This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html).
|
341
|
+
* That is, if attempting to resolve with the first server provided results in a `NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with
|
342
|
+
* subsequent servers provided. Fallback DNS servers will only be used if the
|
343
|
+
* earlier ones time out or result in some other error.
|
344
|
+
* @since v10.6.0
|
345
|
+
* @param servers array of `RFC 5952` formatted addresses
|
346
|
+
*/
|
347
|
+
function setServers(servers: readonly string[]): void;
|
348
|
+
/**
|
349
|
+
* Set the default value of `order` in `dns.lookup()` and `{@link lookup}`. The value could be:
|
350
|
+
*
|
351
|
+
* * `ipv4first`: sets default `order` to `ipv4first`.
|
352
|
+
* * `ipv6first`: sets default `order` to `ipv6first`.
|
353
|
+
* * `verbatim`: sets default `order` to `verbatim`.
|
354
|
+
*
|
355
|
+
* The default is `verbatim` and [dnsPromises.setDefaultResultOrder()](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetdefaultresultorderorder)
|
356
|
+
* have higher priority than [`--dns-result-order`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--dns-result-orderorder).
|
357
|
+
* When using [worker threads](https://nodejs.org/docs/latest-v20.x/api/worker_threads.html), [`dnsPromises.setDefaultResultOrder()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetdefaultresultorderorder)
|
358
|
+
* from the main thread won't affect the default dns orders in workers.
|
359
|
+
* @since v16.4.0, v14.18.0
|
360
|
+
* @param order must be `'ipv4first'`, `'ipv6first'` or `'verbatim'`.
|
361
|
+
*/
|
362
|
+
function setDefaultResultOrder(order: "ipv4first" | "ipv6first" | "verbatim"): void;
|
363
|
+
// Error codes
|
364
|
+
const NODATA: "ENODATA";
|
365
|
+
const FORMERR: "EFORMERR";
|
366
|
+
const SERVFAIL: "ESERVFAIL";
|
367
|
+
const NOTFOUND: "ENOTFOUND";
|
368
|
+
const NOTIMP: "ENOTIMP";
|
369
|
+
const REFUSED: "EREFUSED";
|
370
|
+
const BADQUERY: "EBADQUERY";
|
371
|
+
const BADNAME: "EBADNAME";
|
372
|
+
const BADFAMILY: "EBADFAMILY";
|
373
|
+
const BADRESP: "EBADRESP";
|
374
|
+
const CONNREFUSED: "ECONNREFUSED";
|
375
|
+
const TIMEOUT: "ETIMEOUT";
|
376
|
+
const EOF: "EOF";
|
377
|
+
const FILE: "EFILE";
|
378
|
+
const NOMEM: "ENOMEM";
|
379
|
+
const DESTRUCTION: "EDESTRUCTION";
|
380
|
+
const BADSTR: "EBADSTR";
|
381
|
+
const BADFLAGS: "EBADFLAGS";
|
382
|
+
const NONAME: "ENONAME";
|
383
|
+
const BADHINTS: "EBADHINTS";
|
384
|
+
const NOTINITIALIZED: "ENOTINITIALIZED";
|
385
|
+
const LOADIPHLPAPI: "ELOADIPHLPAPI";
|
386
|
+
const ADDRGETNETWORKPARAMS: "EADDRGETNETWORKPARAMS";
|
387
|
+
const CANCELLED: "ECANCELLED";
|
388
|
+
|
389
|
+
/**
|
390
|
+
* An independent resolver for DNS requests.
|
391
|
+
*
|
392
|
+
* Creating a new resolver uses the default server settings. Setting
|
393
|
+
* the servers used for a resolver using [`resolver.setServers()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetserversservers) does not affect
|
394
|
+
* other resolvers:
|
395
|
+
*
|
396
|
+
* ```js
|
397
|
+
* const { Resolver } = require('node:dns').promises;
|
398
|
+
* const resolver = new Resolver();
|
399
|
+
* resolver.setServers(['4.4.4.4']);
|
400
|
+
*
|
401
|
+
* // This request will use the server at 4.4.4.4, independent of global settings.
|
402
|
+
* resolver.resolve4('example.org').then((addresses) => {
|
403
|
+
* // ...
|
404
|
+
* });
|
405
|
+
*
|
406
|
+
* // Alternatively, the same code can be written using async-await style.
|
407
|
+
* (async function() {
|
408
|
+
* const addresses = await resolver.resolve4('example.org');
|
409
|
+
* })();
|
410
|
+
* ```
|
411
|
+
*
|
412
|
+
* The following methods from the `dnsPromises` API are available:
|
413
|
+
*
|
414
|
+
* * `resolver.getServers()`
|
415
|
+
* * `resolver.resolve()`
|
416
|
+
* * `resolver.resolve4()`
|
417
|
+
* * `resolver.resolve6()`
|
418
|
+
* * `resolver.resolveAny()`
|
419
|
+
* * `resolver.resolveCaa()`
|
420
|
+
* * `resolver.resolveCname()`
|
421
|
+
* * `resolver.resolveMx()`
|
422
|
+
* * `resolver.resolveNaptr()`
|
423
|
+
* * `resolver.resolveNs()`
|
424
|
+
* * `resolver.resolvePtr()`
|
425
|
+
* * `resolver.resolveSoa()`
|
426
|
+
* * `resolver.resolveSrv()`
|
427
|
+
* * `resolver.resolveTxt()`
|
428
|
+
* * `resolver.reverse()`
|
429
|
+
* * `resolver.setServers()`
|
430
|
+
* @since v10.6.0
|
431
|
+
*/
|
432
|
+
class Resolver {
|
433
|
+
constructor(options?: ResolverOptions);
|
434
|
+
/**
|
435
|
+
* Cancel all outstanding DNS queries made by this resolver. The corresponding
|
436
|
+
* callbacks will be called with an error with code `ECANCELLED`.
|
437
|
+
* @since v8.3.0
|
438
|
+
*/
|
439
|
+
cancel(): void;
|
440
|
+
getServers: typeof getServers;
|
441
|
+
resolve: typeof resolve;
|
442
|
+
resolve4: typeof resolve4;
|
443
|
+
resolve6: typeof resolve6;
|
444
|
+
resolveAny: typeof resolveAny;
|
445
|
+
resolveCaa: typeof resolveCaa;
|
446
|
+
resolveCname: typeof resolveCname;
|
447
|
+
resolveMx: typeof resolveMx;
|
448
|
+
resolveNaptr: typeof resolveNaptr;
|
449
|
+
resolveNs: typeof resolveNs;
|
450
|
+
resolvePtr: typeof resolvePtr;
|
451
|
+
resolveSoa: typeof resolveSoa;
|
452
|
+
resolveSrv: typeof resolveSrv;
|
453
|
+
resolveTxt: typeof resolveTxt;
|
454
|
+
reverse: typeof reverse;
|
455
|
+
/**
|
456
|
+
* The resolver instance will send its requests from the specified IP address.
|
457
|
+
* This allows programs to specify outbound interfaces when used on multi-homed
|
458
|
+
* systems.
|
459
|
+
*
|
460
|
+
* If a v4 or v6 address is not specified, it is set to the default and the
|
461
|
+
* operating system will choose a local address automatically.
|
462
|
+
*
|
463
|
+
* The resolver will use the v4 local address when making requests to IPv4 DNS
|
464
|
+
* servers, and the v6 local address when making requests to IPv6 DNS servers.
|
465
|
+
* The `rrtype` of resolution requests has no impact on the local address used.
|
466
|
+
* @since v15.1.0, v14.17.0
|
467
|
+
* @param [ipv4='0.0.0.0'] A string representation of an IPv4 address.
|
468
|
+
* @param [ipv6='::0'] A string representation of an IPv6 address.
|
469
|
+
*/
|
470
|
+
setLocalAddress(ipv4?: string, ipv6?: string): void;
|
471
|
+
setServers: typeof setServers;
|
472
|
+
}
|
473
|
+
}
|
474
|
+
declare module "node:dns/promises" {
|
475
|
+
export * from "dns/promises";
|
476
|
+
}
|