j
k
j a
j l
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
Attachments:
Back to the thread
Back to the list