tungd / elixir-dns

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

fix server #58

Open glaszig opened 1 year ago

glaszig commented 1 year ago

the elixir socket library was removed in 933c5c4 in favor of erlang stdlib so gen_udp has to be used in the server as well instead of Socket.

closes #56