elixir-dns
elixir-dns copied to clipboard
fix server
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