Open targos opened 7 months ago
For some background, these started in https://github.com/nodejs/node/pull/52285 and were noted there -- they were failing the build but were changed from errors to warnings https://github.com/nodejs/node/blob/ee4fa77624f17c1958dac47fddbe7d9513b9dee8/deps/cares/cares.gyp#L156-L161
For reference, It appears C-ares has merged all of the different parsers into a universal ares_dns_record_t
structure. The documentation for this is https://c-ares.org/docs/ares_dns_record.html.