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

Search results for "module:Net::DNS::Resolver"

Net::DNS::Resolver - DNS resolver class River stage three • 113 direct dependents • 575 total dependents

Instances of the Net::DNS::Resolver class represent resolver objects. A program may have multiple resolver objects, each maintaining its own state information such as the nameservers to be queried, whether recursion is desired, etc....

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC

Net::DNS::Resolver::os2 - OS2 resolver class River stage three • 113 direct dependents • 575 total dependents

This class implements the OS specific portions of "Net::DNS::Resolver". No user serviceable parts inside, see Net::DNS::Resolver for all your resolving needs....

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC

Net::DNS::Resolver::Mock - Mock a DNS Resolver object for testing River stage two • 5 direct dependents • 12 total dependents

A subclass of Net::DNS::Resolver which parses a zonefile for it's data source. Primarily for use in testing....

MBRADSHAW/Net-DNS-Resolver-Mock-1.20230216 - 16 Feb 2023 23:32:26 UTC

Net::DNS::Resolver::UNIX - Unix resolver class River stage three • 113 direct dependents • 575 total dependents

This class implements the OS specific portions of "Net::DNS::Resolver". No user serviceable parts inside, see Net::DNS::Resolver for all your resolving needs....

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC

Net::DNS::Resolver::Base - DNS resolver base class River stage three • 113 direct dependents • 575 total dependents

This class is the common base class for the different platform sub-classes of Net::DNS::Resolver. No user serviceable parts inside, see Net::DNS::Resolver for all your resolving needs....

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC

Net::DNS::Resolver::os390 - IBM OS/390 resolver class River stage three • 113 direct dependents • 575 total dependents

This class implements the OS specific portions of "Net::DNS::Resolver". No user serviceable parts inside, see Net::DNS::Resolver for all your resolving needs....

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC

Net::DNS::Resolver::cygwin - Cygwin resolver class River stage three • 113 direct dependents • 575 total dependents

This class implements the OS specific portions of "Net::DNS::Resolver". No user serviceable parts inside, see Net::DNS::Resolver for all your resolving needs....

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC

Net::DNS::Resolver::android - Android resolver class River stage three • 113 direct dependents • 575 total dependents

This class implements the OS specific portions of "Net::DNS::Resolver". No user serviceable parts inside, see Net::DNS::Resolver for all your resolving needs....

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC

Net::DNS::Resolver::Unbound - Net::DNS resolver based on libunbound River stage zero No dependents

Net::DNS::Resolver::Unbound is designed as an extension to an existing Net::DNS installation which facilitates DNS(SEC) name resolution using the libunbound library developed by NLnet Labs. Net::DNS::Resolver::Unbound replaces the resolver send() and...

RWF/Net-DNS-Resolver-Unbound-1.21 - 09 Jun 2023 17:22:40 UTC

Net::DNS::Resolver::Recurse - DNS recursive resolver River stage three • 113 direct dependents • 575 total dependents

This module is a subclass of Net::DNS::Resolver....

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC

Net::DNS::Resolver::MSWin32 - MS Windows resolver class River stage three • 113 direct dependents • 575 total dependents

This class implements the OS specific portions of "Net::DNS::Resolver". No user serviceable parts inside, see Net::DNS::Resolver for all your resolving needs....

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC

Net::DNS::Resolver::Programmable - programmable DNS resolver class for offline emulation of DNS River stage one • 1 direct dependent • 3 total dependents

Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant class that allows a virtual DNS to be emulated instead of querying the real DNS. A set of static DNS records may be supplied, or arbitrary code may be specified as a means for retrie...

BIGPRESH/Net-DNS-Resolver-Programmable-0.009 - 24 Jul 2017 21:03:35 UTC

lib/Net/DNS/Resolver/DoH.pm River stage zero No dependents

MBRADSHAW/Net-DNS-Resolver-DoH-1.20200220 - 20 Feb 2020 01:07:56 UTC

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

Net::DNSServer::DBMCache - AnyDBM_File DNS Cache resolver River stage zero No dependents

A Net::DNSServer::Base which uses AnyDBM_File with locking to implement a DNS Cache on disk to allow the cache to be shared across processes. This is useful if the server forks (Net::Server::PreFork) and to preserve memory by not having to store larg...

BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 UTC

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

Net::LDNS - DNS-talking module based on the ldns C library River stage one • 1 direct dependent • 1 total dependent

"Net::LDNS" represents a resolver, which is the part of the system responsible for sending queries and receiving answers to them....

CDYBED/Net-LDNS-0.75 - 07 Apr 2015 11:54:08 UTC

Net::ADNS - Perl wrapper for the Asynchronous DNS client library River stage zero No dependents

From the adns library web site: ADNS: Advanced, easy to use, asynchronous-capable DNS client library and utilities. In contrast with the standard interfaces, gethostbyname et al and libresolv, it has the following features: - It is reasonably easy to...

SALVA/Net-ADNS-0.03 - 27 Mar 2007 16:00:54 UTC

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

Net::Bonjour - Module for DNS service discovery (Apple's Bonjour) River stage one • 3 direct dependents • 3 total dependents

Net::Bonjour is a set of modules that allow one to discover local services via multicast DNS (mDNS) or enterprise services via traditional DNS. This method of service discovery has been branded as Bonjour by Apple Computer. Base Object The base objec...

CHLIGE/Net-Bonjour-0.96 - 04 May 2009 02:04:26 UTC
55 results (0.069 seconds)