Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of "gethostbyname" and "gethostbyaddr". The programmer should be familiar with ...
NLNETLABS/Net-DNS-1.27 - 11 Sep 2020 18:53:08 UTCNet::DNS::RR is the base class for DNS Resource Record (RR) objects. See also the manual pages for each specific RR type....
NLNETLABS/Net-DNS-1.27 - 11 Sep 2020 18:53:08 UTC* $dig = new Net::DNS::Dig( # optional parameters Timeout => 15, # default Class => 'IN', # default PeerAddr => host or [name1, name2, ...] default local NS PeerPort => 53, # default Proto => 'UDP', # default Recursion => 1, # default QuesHead => 0, ...
MIKER/Net-DNS-Dig-0.12 - 17 Feb 2014 04:31:00 UTCNet::DNS::SEC is installed as an extension to an existing Net::DNS installation providing packages to support DNSSEC as specified in RFC4033, RFC4034, RFC4035 and related documents. It also provides support for SIG0 which is useful for dynamic update...
NLNETLABS/Net-DNS-SEC-1.17 - 26 Jun 2020 15:40:35 UTCThe "Net::DNS::Text" module implements a class of text objects with associated class and instance methods. Each text object instance has a fixed identity throughout its lifetime....
NLNETLABS/Net-DNS-1.27 - 11 Sep 2020 18:53:08 UTCThis module provides a replacement function for Socket::inet_aton, with support for timeouts....
KAZUHO/Net-DNS-Lite-0.12 - 12 Mar 2014 03:54:00 UTCThis class provides several methods for host name resolution. It is designed to be used with event loops. All resolving are done by getaddrinfo(3) implemented in your system library. Since getaddrinfo() is blocking function and we don't want to block...
OLEG/Net-DNS-Native-0.22 - 29 Oct 2019 16:54:12 UTCNet::DNS::Codes provides forward and reverse lookup for most common "C" library DNS codes as well as all the codes for the DNS HEADER field. * $bitmask = XX Return the bitmask for the code: 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 +--+--+--+--+--+--+--+...
MIKER/Net-DNS-Codes-0.12 - 27 Jan 2014 22:13:53 UTCNet::DNS::Check is a collection of OOP Perl modules allowing easy implementation of applications for domain name checking. The Net::DNS::Check was built to be as easy as possible to use and highly configurable and flexible: it allow easy implementati...
LLT/Net-DNS-Check-0.45 - 15 Jul 2005 22:03:15 UTCClass for DNS Address (A) resource records....
NLNETLABS/Net-DNS-1.27 - 11 Sep 2020 18:53:08 UTCThis module was initially created to test a list of domains against a whitelist (eg: the Alexa top 1000 list). EXPORT None by default....
SAXJAZMAN/Net-DNS-Match-0.05 - 17 Oct 2013 14:45:12 UTCNet::DNS::Async is a fire-and-forget asynchronous DNS helper. That is, the user application adds DNS questions to the helper, and the callback will be called at some point in the future without further intervention from the user application. The appl...
SHEVEK/Net-DNS-Async-1.07 - 03 Oct 2008 21:07:35 UTCThe Net::DNS::Mailbox module implements a subclass of DNS domain name objects representing the DNS coded form of RFC822 mailbox address....
NLNETLABS/Net-DNS-1.27 - 11 Sep 2020 18:53:08 UTCThe Net::DNS::Domain module implements a class of abstract DNS domain objects with associated class and instance methods. Each domain object instance represents a single DNS domain which has a fixed identity throughout its lifetime. Internally, the p...
NLNETLABS/Net-DNS-1.27 - 11 Sep 2020 18:53:08 UTCNet::DNS::Update is a subclass of Net::DNS::Packet, to be used for making DNS dynamic updates. Programmers should refer to RFC2136 for dynamic update semantics....
NLNETLABS/Net-DNS-1.27 - 11 Sep 2020 18:53:08 UTC"Net::DNS::Header" represents the header portion of a DNS packet....
NLNETLABS/Net-DNS-1.27 - 11 Sep 2020 18:53:08 UTCDNS Mail Exchanger (MX) resource record...
NLNETLABS/Net-DNS-1.27 - 11 Sep 2020 18:53:08 UTCClass for DNS Route Through (RT) resource records....
NLNETLABS/Net-DNS-1.27 - 11 Sep 2020 18:53:08 UTCClass for DNS X.400 Mail Mapping Information (PX) resource records....
NLNETLABS/Net-DNS-1.27 - 11 Sep 2020 18:53:08 UTC