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::Base"

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::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::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

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::LDNS::Packet - objects representing DNS packets River stage one • 1 direct dependent • 1 total dependent

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

Net::DNSServer - Perl module to be used as a name server River stage zero No dependents

Net::DNSServer will run a name server based on the Net::DNSServer::Base resolver objects passed to it. Usually the first resolver is some sort of caching resolver. The rest depend on what kind of name server you are trying to run. The run() method ne...

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

Net::DNSServer::SharedCache - IPC::SharedCache DNS Cache resolver River stage zero No dependents

A Net::DNSServer::Base which uses IPC::SharedCache to implement a DNS Cache in shared memory to allow the cache to be shared across processes. This is useful if the server forks (Net::Server::PreFork). This resolver will cache responses that another ...

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

Net::DNSServer::DBI - SQL backend for resolving DNS queries River stage zero No dependents

This resolver translates a DNS query into an SQL query. The answer from the SQL server is translated back into a DNS response and sent to the DNS client. This module requires an external database server to be running and the DBI / DBD::* API Interfac...

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

Net::DNSServer::Proxy - Forwards requests to another DNS server River stage zero No dependents

This resolver does not actually do any resolving itself. It simply forwards the request to another server and responds with whatever the response is from other server. new The new() method takes a hash ref of properties. real_dns_server (optional) Th...

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

Net::DNSServer::Base - This is meant to be the base class for all resolving module handlers. River stage zero No dependents

The main invoker program should call the new() method for each resolver to create an instance of each. Each resolver ISA Net::DNSServer::Base which must explicitly define a resolve() method. A reference to a list of these objects is passed to run() a...

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

Net::DNS::SEC::Keyset - DNSSEC Keyset object class River stage zero No dependents

A keyset is an "administrative" unit used for DNSSEC maintenance. This class provides interfaces for creating, reading and writing keysets. Object methods are provided to extract DNSKEY, RRSIG and DS records. Note that this class is still being devel...

NLNETLABS/Net-DNS-SEC-1.24 - 25 Apr 2024 09:12:13 UTC

Net::DNSServer::Cache River stage zero No dependents

This resolver will cache responses that another module resolves complying with the corresponding TTL of the response. It cannot provide resolution for a request unless it already exists within its cache. Note: This resolver may not work properly with...

BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 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
13 results (0.061 seconds)