Search results for "module:Net::DNS::ZoneFile"
Net::DNS::ZoneFile - DNS zone file
Each Net::DNS::ZoneFile object instance represents a zone file together with any subordinate files introduced by the $INCLUDE directive. Zone file syntax is defined by RFC1035. A program may have multiple zone file objects, each maintaining its own i...
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::ZoneParse::Parser::NetDNSZoneFileFast - Glue for Net::DNS::ZoneParse to use Net::DNS::ZoneFile::Fast.
NetDNSZoneFileFast uses Net::DNS::ZoneFile::Fast as parsing engine. This provides an Interface to a fast parser with support for most directives and the most common RRs; though not all are supported. EXPORT parse $rr = Net::DNS::ZoneParse::Parser::Ne...
BTIETZ/Net-DNS-ZoneParse-0.103 - 01 Aug 2011 20:19:51 UTC
Net::DNS::Nameserver - DNS server class
Net::DNS::Nameserver offers a simple mechanism for instantiation of customised DNS server objects intended to provide test responses to queries emanating from a client resolver. It is not, nor will it ever be, a general-purpose DNS nameserver impleme...
NLNETLABS/Net-DNS-1.41 - 27 Nov 2023 13:28:04 UTC
Net::DNS::ZoneParse - Perl extension for Parsing and Writing BIND8/9 (and RFC1035) compatible zone-files.
This module is yet another caching parser/generator for RFC1035 compatible zone-files. It aims to have a fast interface for parsing and support all RRs known to Net::DNS::RR. In some circumstances the parsing of an entry is too complicated for the de...
BTIETZ/Net-DNS-ZoneParse-0.103 - 01 Aug 2011 20:19:51 UTC
Net::DNS::SPF::Expander
This module expands DNS SPF records, so you don't have to. The problem is that you only get 10 per SPF record, and recursions count against you. Your record won't validate. Let's say you start with this as an SPF record: @ TXT "v=spf1 include:_spf.go...
AMIRI/Net-DNS-SPF-Expander-0.021 - 06 Aug 2019 21:44:05 UTC
Net::Bind::rbldnsdAccessor - access rbldnsd files with Perl or BIND
Net::Bind::rbldnsdAccessor provides direct access to rbldnsd data files with Perl and BIND-9.1+. The build process creates a library file suitable for use with BIND 9.1+ that allows the named daemon to directly access rbldnsd files and use the same m...
MIKER/Net-Bind-rbldnsdAccessor-0.05 - 31 Oct 2008 20:40:15 UTC
Net::DNS::Zone::ParserX - A Zone Pre-Parser (slightly altered fork in cpanel2autodns)
The Net::DNS::Zone::Parser should be considered a preprocessor that "normalizes" a zonefile. It will read a zonefile in a format conforming to the relevant RFCs with the addition of BIND's GENERATE directive from disk and will write fully specified r...
LEV/Net-DNS-AutoDNS-0.1 - 08 Jul 2013 08:46:40 UTC
Net::DNS::AutoDNS::Zone - Class to represent one zone in AutoDNS
By internally keeping records as Net::DNS::RR objects as an in-between format, this module intends to bridge between AutoDNS and regular zonefiles. However, directly converting between the two is possibly lossy. This module does not attempt to transl...
LEV/Net-DNS-AutoDNS-0.1 - 08 Jul 2013 08:46:40 UTC
Net::DNS::Resolver::Mock - Mock a DNS Resolver object for testing
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::ZoneParse::Zone - A representation of a given zone.
Net::DNS::ZoneParse::Zone is the representation of one zonefile, used by N::D::ZoneParse. It can be used to access and modify all information of this zone and write them back transperantly. METHODS new $zone = Net::DNS::ZoneParse::Zone->new("example....
BTIETZ/Net-DNS-ZoneParse-0.103 - 01 Aug 2011 20:19:51 UTC
Net::DNS::Resolver::Unbound - Net::DNS resolver based on libunbound
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::ZoneParse::Parser::NetDNSZoneParser - Glue for Net::DNS::ZoneParse to use Net::DNS::Zone::Parser
NetDNSZoneParser uses Net::DNS::Zone::Parser as parsing engine. This can perform to different tasks. On the one hand it is a pre-parser, helping other parsers to read zonefile, on the other hand it can be used to generate the corresponding Records di...
BTIETZ/Net-DNS-ZoneParse-0.103 - 01 Aug 2011 20:19:51 UTC