Questions tagged [ndns]

Skampler's DNS Server for Node.JS

Skampler's DNS Server for Node.JS: https://github.com/skampler/ndns

3 questions
46
votes
6 answers

Simple DNS Server in Node.JS? (Primary/Authoritative DNS Server) (maybe ndns?)

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…
700 Software
  • 85,281
  • 83
  • 234
  • 341
3
votes
1 answer

DNS: How do resource records work for an Authoritative DNS server?

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…
700 Software
  • 85,281
  • 83
  • 234
  • 341
1
vote
0 answers

Is there a basic diagram/documentation/tutorial of the Resource Records of an Authoritative DNS Server?

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…
700 Software
  • 85,281
  • 83
  • 234
  • 341