wok-6.x annotate perl-net-dns/description.txt @ rev 24756
poppler: added build dependency gtk-doc
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 17 09:00:25 2022 +0100 (2022-03-17) |
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. |