With a CNAME setup test -> _test, ares_parse_a_reply is rejecting the response as invalid. The problem seems to be with PR: #406 where the assumption is made that hostname restrictions apply to domain names. With domain names like
_ldap._tcp.<server>
this assumption seems to be invalid.
This is already reported in Node
nodejs/node#39780
With a CNAME setup
test->_test,ares_parse_a_replyis rejecting the response as invalid. The problem seems to be with PR: #406 where the assumption is made that hostname restrictions apply to domain names. With domain names like_ldap._tcp.<server>this assumption seems to be invalid.
This is already reported in Node
nodejs/node#39780