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

Search results for "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 - Search in distribution

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

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

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

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

lib/IO/Async/Resolver/DNS/NetDNSImpl.pm River stage one • 3 direct dependents • 3 total dependents

PEVANS/IO-Async-Resolver-DNS-0.06 - 31 Jul 2015 17:28:08 UTC - Search in distribution

Net::DNS::Paranoid - paranoid dns resolver River stage one • 3 direct dependents • 9 total dependents

This is a wrapper module for Net::DNS. This module detects IP address / host names for internal servers....

TOKUHIROM/Net-DNS-Paranoid-0.09 - 07 Feb 2024 03:19:13 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

Tie::DNS - Tie interface to Net::DNS River stage two • 1 direct dependent • 14 total dependents

Net::DNS is a very complete, extensive and well-written module. It's completeness, however, makes many comman cases uses a bit wordy, code-wise. Tie::DNS is meant to make common DNS operations trivial, and more complex DNS operations easier....

DIEDERICH/Tie-DNS-1.151560 - 05 Jun 2015 03:35:27 UTC - Search in distribution

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 - 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::DNS::Multicast - Multicast extension to Net::DNS River stage zero No dependents

Net::DNS::Multicast is installed as an extension to an existing Net::DNS installation providing packages to support simple IP multicast queries as described in RFC6762(5.1). The multicast feature is activated by substituting Net::DNS::Multicast for N...

RWF/Net-DNS-Multicast-1.00 - 30 Nov 2023 14:45:05 UTC - Search in distribution

POE::Stage::Resolver - a simple non-blocking DNS resolver River stage one • 1 direct dependent • 1 total dependent

POE::Stage::Resolver is a simple non-blocking DNS resolver. For now it uses Net::DNS::Resolver for the bulk of its work. It returns Net::DNS::Packet objects in its "success" responses. Please see the documentation for Net::DNS....

RCAPUTO/POE-Stage-0.060 - 28 Jul 2009 18:15:54 UTC - Search in distribution

IO::Lambda::DNS - DNS queries lambda style River stage one • 4 direct dependents • 4 total dependents

The module provides access to asynchronous DNS queries through Net::DNS. Two function doing the same operation are featured: constructor "new" and condition "dns"....

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC - Search in distribution

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

ParaDNS - a DNS lookup class for the Danga::Socket framework River stage zero No dependents

This module performs asynchronous DNS lookups, making use of a single UDP socket (unlike Net::DNS's bgsend/bgread combination). It uses the Danga::Socket framework for high performance. Currently this module will only perform A or PTR lookups. A rDNS...

MSERGEANT/ParaDNS-2.0 - 26 Feb 2010 19:09:01 UTC - Search in distribution

DNS::Unbound - Query DNS recursively via libunbound River stage zero No dependents

Typical DNS lookups involve a request to a local server that caches information from DNS. The caching makes it fast, but it also means updates to DNS aren’t always available via that local server right away. Most applications don’t need to care and s...

FELIPE/DNS-Unbound-0.29 - 12 Mar 2022 12:34:00 UTC - Search in distribution

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

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

UniEvent::Resolver - performs asynchronous DNS resolution. River stage one • 5 direct dependents • 5 total dependents

Resolver performs asynchronous DNS resolution, i.e. it maps symbolic names like "crazypanda.ru" into IP addresses like 91.234.119.79. Under the hood it uses c-ares <https://c-ares.haxx.se/> library for performing resolution. Normally, you don't need ...

SYBER/UniEvent-1.2.13 - 31 Jan 2024 12:58:13 UTC - Search in distribution
  • UniEvent - Object-oriented, fast and extendable event loop abstraction framework with Perl and C++ interface.
82 results (0.105 seconds)