Skip to content

Feat: resolver DNS accept qType ALIAS/ ANAME #27724

Closed
@renanbastos93

Description

@renanbastos93

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

No one assigned

    Labels

    dnsIssues and PRs related to the dns subsystem.feature requestIssues that request new features to be added to Node.js.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions