-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
Based on RFC today this draft
, I guess interesting to give us support in a resolver recursive to query types ALIAS/ ANAME
.
I did see how lib DNS works, below show reference of the files to possible changes.
-
variable:
ns_t_cname
- deps/cares/include/nameser.h
- src/cares_wrap.cc
-
variable:
T_CNAME
- deps/cares/include/nameser.h
- deps/cares/src/ares_parse_a_reply.c
- deps/cares/src/ares_parse_aaaa_reply.c
- deps/cares/src/ares_parse_ptr_reply.c
Also, we can need a change in this file https://github.com/nodejs/node/blob/master/lib/dns.js
see ya
Metadata
Metadata
Assignees
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.