Search results for "module:Net::DNS"
Net::DNS - Perl Interface to the Domain Name System
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.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::RR - DNS resource record base class
Net::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.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::SEC - DNSSEC extensions to Net::DNS
Net::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.23 - 08 Nov 2023 09:46:57 UTC
Net::DNS::Dig - dig like methods
* $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 UTC
Net::DNS::Text - DNS text representation
The "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.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::Lite - a pure-perl DNS resolver with support for timeout
This 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 UTC
Net::DNS::Native - non-blocking system DNS resolver
This 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 UTC
Net::DNS::Codes - collection of C library DNS codes
Net::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 UTC
Net::DNS::Check - OOP Perl module based on Net::DNS for domain name checking.
Net::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 UTC
Net::DNS::Async - Asynchronous DNS helper for high volume applications
Net::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 UTC
Net::DNS::Match - Perl extension for testing domains against another list of domains (similar to Net::Patricia but for FQDNs)
This 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 UTC
Net::DNS::RR::A - DNS A resource record
Class for DNS Address (A) resource records....
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::Mailbox - DNS mailbox representation
The Net::DNS::Mailbox module implements a subclass of DNS domain name objects representing the DNS coded form of RFC822 mailbox address. The Net::DNS::Mailbox1035 and Net::DNS::Mailbox2535 packages implement mailbox representation subtypes which prov...
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::Domain - DNS domains
The 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.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::RR::NS - DNS NS resource record
Class for DNS Name Server (NS) resource records....
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::RR::DS - DNS DS resource record
Class for DNS Delegation Signer (DS) resource record....
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::RR::MB - DNS MB resource record
Class for DNS Mailbox (MB) resource records....
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::Update - DNS dynamic update packet
Net::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.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::Header - DNS packet header
"Net::DNS::Header" represents the header portion of a DNS packet....
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC