tungd / elixir-dns

DNS library for Elixir
BSD 3-Clause "New" or "Revised" License
114 stars 37 forks source link

IPv6 support #43

Open bortzmeyer opened 2 years ago

bortzmeyer commented 2 years ago

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 .