= Domain::Probe

Domain::Probe is a simple library to probe the DNS records under specific domain, as many as possible

== Features

  • Queries from authority name servers
  • Recursive resolving
  • Zone name detection

== Requirements

  • Ruby >= 1.8.7

== Install

Just use RubyGems:

$ gem install domain-probe

If you want to install from source, you can use Rake:

$ rake install

== How to use

  1. require 'domain-probe'
  2. include Probe
  3. collect_records "www.facebook.com"