/
githubmirror
/
metasploit-framework
ОбзорДокументацияВойти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
metasploit-framework/
.../net/dns/
..
names

Minor spelling correction: lenght => length

9 лет назад
resolver

Change the DNS timeout from 30 to 5 seconds

3 года назад
rr

spelling fixes for lib folder

3 года назад
README

Import the Net-DNS library

18 лет назад
dns.rb

spelling fixes for lib folder

3 года назад
header.rb

spelling fixes for lib folder

3 года назад
packet.rb

spelling fixes for lib folder

3 года назад
question.rb

Fix dns question name stripping on frozen strings

20 дней назад
resolver.rb

Fix windows DNS crash on bootup

2 года назад
rr.rb

spelling fixes for lib folder

3 года назад
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 $