1999-11-08 02:06:49 +01:00
|
|
|
Net::DNS is a Perl interface to the DNS resolver. It allows the
|
|
|
|
programmer to perform any type of DNS query from a Perl script.
|
2002-09-09 02:22:22 +02:00
|
|
|
For details and examples, please read the Net::DNS documentation page
|
|
|
|
('perldoc Net::DNS')
|
1999-11-08 02:06:49 +01:00
|
|
|
|
2002-09-09 02:22:22 +02:00
|
|
|
Features include a simple nameserver (Net::DNS::Nameserver), dynamic
|
|
|
|
DNS updates, signed queries (TSIG), support for DNAME resource records.
|
|
|
|
|
|
|
|
The author invites feedback on Net::DNS, especially on new features
|
|
|
|
like dynamic updates und TSIG. If there's something you'd like to
|
2003-05-06 19:40:18 +02:00
|
|
|
have added, please let him know (http://www.net-dns.org/).
|
2002-09-09 02:22:22 +02:00
|
|
|
|
|
|
|
Future versions may contain some C to increase speed or for those who
|
|
|
|
wish to link against libresolv or libbind.
|