Does anybody know of a DNS Server that is written in Node.JS? I am specifically interested in Authoritative DNS Servers (as opposed to caching DNS server).
The only thing this needs to do is to serve A, MX, TXT, SPF, SOA, NS records based on my own…
But please bear with me. I do not need help with ndns or JavaScript. I need help with DNS Resource Records.
I can already send resource records. I just need to know how to send the right ones for an Authoritative DNS Server.
I am writing the DNS…
I have been using ndns to write a DNS server. It handles the low level communication and still leaves me to write up the Resource Records.
Is there a documentation or tutorial on Resource Records that should be implemented for an Authoritative DNS…