You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elixir-dns seems to work only with the previous century protocol. If I pass an IPv6 address to query(), I get (Socket.Error) non-existing domain. If I feed the data of a %DNS.Resource to query() and it's IPv6, I have (Socket.Error) address family not supported by protocol family .
The text was updated successfully, but these errors were encountered:
Elixir-dns seems to work only with the previous century protocol. If I pass an IPv6 address to
query()
, I get(Socket.Error) non-existing domain
. If I feed thedata
of a%DNS.Resource
toquery()
and it's IPv6, I have(Socket.Error) address family not supported by protocol family
.The text was updated successfully, but these errors were encountered: