elcritch

elcritch

ExDhcp: An Elixir DHCP Server

Finally! A new Elixir DHCP server with permissive licensing. Posting this library for isaac-rstor :

It’s similar in purpose to one_dhcpd but can serve arbitrary DNS queries.

First Post!

OvermindDL1

OvermindDL1

It looks like it handles only DHCP, not DNS?

Most Liked

kip

kip

ex_cldr Core Team

And despite all the very reasonable comments from @OvermindDL1 I am still working on an Elixir-based DNS authoritative server. :slight_smile: Or at least a service registration and discovery server with a DNS interface. Binary pattern matching makes the protocol part quite fun. But that is not to suggest for a moment that reality of managing a DNS server is fun! I expect to have it out in the wild by the end of the year.

elcritch

elcritch

Oops, typo! Meant to say arbitrary DHCP … though I was thinking it’d be interesting to extend it to support DNS queries as well. It’s likely to use similar socket options, but I’m not sure.

OvermindDL1

OvermindDL1

Ahh that makes more sense. ^.^;

I would not recommend going into the DNS world, DNS is way more crazy complex then you could imagine. I manage our work DNS servers and the sheer amount of stuff one has to deal with is astounding and so far behind the scenes that no one notices unless it decides to break (almost always because something sent bad data to populate it…)… >.>

Last Post!

OvermindDL1

OvermindDL1

Lol! Doesn’t mean I still don’t want to see how it goes. ^.^

Plus there is always merit in doing something just to do it and learn. ^.^

Where Next?

Popular in Announcing Top

KronicDeth
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine) This is a plugin that adds support for Elixir to JetBrains IntelliJ...
289 36820 110
New
Qqwy
Hello everyone, I wrote a small library today called MapDiff. It returns a map listing the (smallest amount of) changes to get from map...
New
Crowdhailer
Experimenting with this code. OK.try do user <- fetch_user(1) cart <- fetch_cart(1) order = checkout(cart, user) save_orde...
New
RobertDober
Earmark is a pure-Elixir Markdown converter. It is intended to be used as a library (just call Earmark.as_html), but can also be used as...
239 12978 134
New
oltarasenko
Dear Elixir community, After a year of development, bug fixes, and improvements, we are proudly ready to share the release of Crawly 0.1...
New
fuelen
Hey folks! Want to present a toolkit for writing command-line user interfaces. It provides a convenient interface for colorizing text...
New
scohen
Lexical Lexical is a next-generation language server for the Elixir programming language. Features Context aware code completion As-you...
New

Other popular topics Top

electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
274 42716 114
New

We're in Beta

About us Mission Statement