metasploit-framework/lib/net/dns
HD Moore 1b5cc24eab See #434. Some libraries used the wrong exception class
git-svn-id: file:///home/svn/framework3/trunk@7325 4d416f70-5f16-0410-b530-b9f4589650da
2009-11-02 18:20:02 +00:00
..
names Code cleanups 2008-10-19 21:03:39 +00:00
resolver Code cleanups 2008-10-19 21:03:39 +00:00
rr Code cleanups 2008-10-19 21:03:39 +00:00
README Import the Net-DNS library 2008-07-23 17:32:05 +00:00
dns.rb Code cleanups 2008-10-19 21:03:39 +00:00
header.rb Replace += with << for Strings in a bunch of places. 2009-03-08 07:55:47 +00:00
packet.rb Replace += with << for Strings in a bunch of places. 2009-03-08 07:55:47 +00:00
question.rb Code cleanups 2008-10-19 21:03:39 +00:00
resolver.rb See #434. Some libraries used the wrong exception class 2009-11-02 18:20:02 +00:00
rr.rb Fixes #452. Solves a number of crashes caused by Regexp.new() on 1.9 without an explicit language specified 2009-11-02 17:09:13 +00:00

README

Net::DNS README
============

  This is a port of the Perl Net::DNS module, written by Michael Fuhr
and now currently maintained by Olaf Kolkman (www.net-dns.org). It
keeps the same interfaces and function names, although has a bit
improved OO and some other stuff.
It can be used to query DNS servers for various kind of records, perform
zone transfer and dynamic updates. It has even a class for acting as a
nameserver.
This version is quite incomplete. You can use it as a resolver.


Requirements
------------

  * Ruby 1.6


Install
-------

  De-compress archive and enter its top directory.
  Then type:

   ($ su)
    # ruby setup.rb

  These simple step installs this program under the default
  location of Ruby libraries.  You can also install files into
  your favorite directory by supplying setup.rb some options.
  Try "ruby setup.rb --help".


Usage
-----

  Have a look on the manual pages.
  In doc/ you will find many useful documents too.


License
-------

  Net::DNS is distributed under the same license Ruby is.


Author
------

  See AUTHORS


#	$Id: README,v 1.2 2005/06/17 15:11:18 bluemonk Exp $