The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Net::DNS"

Net::DNS - Perl Interface to the Domain Name System River stage three • 113 direct dependents • 575 total dependents

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.44 - 15 Feb 2024 13:03:57 UTC - Search in distribution

Net::DNS::Dig - dig like methods River stage zero No dependents

* $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 - Search in distribution

Net::DNS::SEC - DNSSEC extensions to Net::DNS River stage zero No dependents

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.24 - 25 Apr 2024 09:12:13 UTC - Search in distribution

Net::DNS::Lite - a pure-perl DNS resolver with support for timeout River stage two • 10 direct dependents • 10 total dependents

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 - Search in distribution

Net::Enum::DNS - The great new Net::Enum::DNS! No river data available

SMS/Net-Enum-DNSServer - 28 Feb 2017 16:40:29 UTC - Search in distribution

Net::DNS::Async - Asynchronous DNS helper for high volume applications River stage one • 3 direct dependents • 4 total dependents

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 - Search in distribution

Net::DNS::Check - OOP Perl module based on Net::DNS for domain name checking. River stage one • 1 direct dependent • 1 total dependent

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 - Search in distribution

Net::DNS::Codes - collection of C library DNS codes River stage one • 9 direct dependents • 9 total dependents

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 - Search in distribution

Net::DNS::Match - Perl extension for testing domains against another list of domains (similar to Net::Patricia but for FQDNs) River stage zero No dependents

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 - Search in distribution

Net::DNS::Create - Create DNS configurations from a nice Perl structure based DSL. River stage zero No dependents

Net::DNS::Create lets you specify your DNS configuration in a Perl script so that all the duplication that normally occurs in DNS config files can be expressed with variables and functions. This ultimately results in a (hopefully) DRY (Don't Repeat Y...

DAVID/Net-DNS-Create-v1.0.0 - 07 Dec 2014 22:52:24 UTC - Search in distribution

Net::DNS::DynDNS - Update dyndns.org with correct ip address for your domain name River stage zero No dependents

This module allows automated updates to your dyndns.org domain name to your current ip address. This is useful for people running servers that operate off dynamic ip addresses....

DDICK/Net-DNS-DynDNS-0.9994 - 22 Mar 2019 09:06:14 UTC - Search in distribution

Net::DNS::Method - Base class for Net::DNS::Server methods River stage zero No dependents

This is a base class to help in the creation of method classes for use within the Net::DNS::Server package. This class provides specific methods to do nothing to particular DNS questions. In general, this class consists of a number of methods that ar...

LUISMUNOZ/Net-DNS-Method-2.00 - 14 Jun 2003 20:40:30 UTC - Search in distribution

Net::DNS::Native - non-blocking system DNS resolver River stage one • 2 direct dependents • 3 total dependents

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 - Search in distribution

Net::DNS::AutoDNS - Generates XML and communicates with AutoDNS River stage zero No dependents

This module adds methods to several Net::DNS::RR classes (by boldly invading their namespaces) and provides a simple interface to the AutoDNS gateway. This module doesn't quite really support UTF-8, and apparently neither does AutoDNS, but its docume...

LEV/Net-DNS-AutoDNS-0.1 - 08 Jul 2013 08:46:40 UTC - Search in distribution

Net::DNS::Extlang - DNS extension language River stage zero No dependents

The Net::DNS::Extlang module reads and stores RR descriptions from files or the DNS. If file is provided, it reads descriptions from that file, otherwise it looks in <name>.rrname.<domain> and <val>.rrtype.<domain> for descriptions in the desired lan...

JRLEVINE/Net-DNS-Extlang-0.2 - 25 Feb 2018 21:45:23 UTC - Search in distribution

Net::DNS::GuessTZ - guess the time zone of a host River stage zero No dependents

Brazenly stolen from Plagger::Plugin::Filter::GuessTimeZoneByDomain, this module makes an effort to guess an appropriate time zone for a given host. It will look up the location of the IP addresses owner and it will also consider the country code top...

RJBS/Net-DNS-GuessTZ-0.005 - 01 Jan 2023 02:36:45 UTC - Search in distribution

Net::DNS::QueryID - random Query ID numbers River stage zero No dependents

MIKER/Net-DNS-QueryID-0.02 - 27 Jan 2014 22:21:08 UTC - Search in distribution

Net::DNS::ToolKit - tools for working with DNS packets River stage one • 8 direct dependents • 8 total dependents

Routines to pick apart, examine and put together DNS packets. They can be used for diagnostic purposes or as building blocks for DNS applications such as DNS servers and clients or to allow user applications to interact directly with remote DNS serve...

MIKER/Net-DNS-ToolKit-0.48 - 27 Jan 2014 22:16:40 UTC - Search in distribution

Net::DNS::Utility - Perl extension that provides some basic DNS utility functions. At this time most are related to IPv6. River stage zero No dependents

Net-DNS-Utility provides some basic functionality for the creation and management of DNS data. Many of the routines at this time are focused on IPv6. new() Create a new Net::DNS::Utility object. my $dnsUtil = new Net::DNS::Utility(); new(STRING) Crea...

JJMB/Net-DNS-Utility-0.02 - 13 May 2008 01:48:16 UTC - Search in distribution
338 results (0.133 seconds)