= 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
- require 'domain-probe'
- include Probe
- collect_records "www.facebook.com"