Closed marty1885 closed 7 months ago
Fix for #329. This PR replaces the use of ares_gethostbyname with the new ares_getaddrinfo. I found that we used to only accept IPv4 results. Should we enable IPv6?
ares_gethostbyname
ares_getaddrinfo
We can add ipv6 support in a new PR.
Fix for #329. This PR replaces the use of
ares_gethostbyname
with the newares_getaddrinfo
. I found that we used to only accept IPv4 results. Should we enable IPv6?