RubyDNS Documentation

  1. Installation
  2. Basic DNS Server
  3. Asynchronous DNS Resolution
  4. DNS Verification
  5. DNS Testing
  6. API Documentation

RubyDNS is available as a ruby gem:

$ sudo gem install rubydns

Some of the auxiliary commands rely on dig:

$ apt-get install dig

Source Code

The source code is available on GitHub: https://github.com/ioquatix/rubydns.