from Hacker News

DNS in a Weekend with Elixir

by J_tt on 7/19/23, 1:38 PM with 1 comments

  • by J_tt on 7/19/23, 1:40 PM

    This is very rough implementation, and vulnerable to getting caught in a loop on malicious DNS packets. But, I thought it was an interesting enough demo of bitstrings in Elixir to share here.

    I may come back to it and add some better error handling, docs etc