Writing a DNS server is easy
Posted Jan 23, 2003 12:42 UTC (Thu) by
paulsheer (guest, #3925)
Parent article:
A couple of alternative DNS servers
I actually find the whole DNS concept quite laughable. Admittedly, a recursive nameserver is a largish software project, but a master server
is actually very simple to write. I wrote one in a weekend and its soon
going to be the primary server for the .nis.za domain. It handles all
common record types, and TCP and UDP queries, and its lightning fast.
I'll release the code after I add recursive queries.
I believe it has no exploits.
(
Log in to post comments)