wok annotate perl-net-dns/description.txt @ rev 25192

updated python-formencode (1.2.2 -> 2.0.1)
author Hans-Günter Theisgen
date Wed Jul 13 10:37:28 2022 +0100 (2022-07-13)
parents
children
rev   line source
Hans-Günter@24241 1 Net::DNS is a collection of Perl modules that act as a Domain Name System
Hans-Günter@24241 2 (DNS) resolver.
Hans-Günter@24241 3 It allows the programmer to perform DNS queries that are beyond the
Hans-Günter@24241 4 capabilities of "gethostbyname" and "gethostbyaddr".
Hans-Günter@24241 5
Hans-Günter@24241 6 The programmer should be familiar with the structure of a DNS packet.
Hans-Günter@24241 7 See RFC 1035 or DNS and BIND (Albitz & Liu) for details.