Closed
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