metasploit-framework/lib/net/dns
Spencer McIntyre 319cff7d3a Change the DNS timeout from 30 to 5 seconds
Also, add the #to_i method for timeouts
This makes it compatible with Rex Sockets later on
2024-02-08 11:22:33 -05:00
..
names Minor spelling correction: lenght => length 2017-05-05 10:42:33 -05:00
resolver Change the DNS timeout from 30 to 5 seconds 2024-02-08 11:22:33 -05:00
rr spelling fixes for lib folder 2024-01-06 15:54:49 -05:00
README
dns.rb spelling fixes for lib folder 2024-01-06 15:54:49 -05:00
header.rb spelling fixes for lib folder 2024-01-06 15:54:49 -05:00
packet.rb spelling fixes for lib folder 2024-01-06 15:54:49 -05:00
question.rb Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
resolver.rb Print the default domain and search list too 2024-02-08 11:22:32 -05:00
rr.rb spelling fixes for lib folder 2024-01-06 15:54:49 -05: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 $