found it, we disabled the check

/* check if it's an ip address */
                if ( ((tmp_ip=str2ip(name))!=0)
                          || ((tmp_ip=str2ip6(name))!=0)

and always do an

if ((e=dns_get_entry(name, T_NAPTR))==0)

I will propose an MR


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.