Search results for "module:DNS::ZoneParse"
DNS::ZoneParse - Parse and manipulate DNS Zone Files.
This module will parse a Zone File and put all the Resource Records (RRs) into an anonymous hash structure. Various record types are supported, see the methods section for details. It could be useful for maintaining DNS zones, or for transferring DNS...
MSCHILLI/DNS-ZoneParse-1.10 - 29 Sep 2010 21:28:02 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::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::ZoneParse::Parser::Native - Net::DNS::ZoneParse's native parser.
the Native parser can be used without any external dependencies - except of Net::DNS. It supports the directives $TTL, $ORIGIN, $INCLUDE and $GENERATE. It can handle all RRs supported by Net::DNS, as it uses their parsing routines....
BTIETZ/Net-DNS-ZoneParse-0.103 - 01 Aug 2011 20:19:51 UTC
Net::DNS::ZoneParse::Generator::Native - Net::DNS::ZoneParse's native generator.
The native generator generates valid files, which can be read by most parsers. If the corresponding information is available, it will generate correct $TTL and $ORIGIN directives and - at least for the name of the resource records shorten the names, ...
BTIETZ/Net-DNS-ZoneParse-0.103 - 01 Aug 2011 20:19:51 UTC
Net::DNS::ZoneParse::Parser::DNSZoneParse - Glue for Net::DNS::ZoneParse to use DNS::ZoneParse.
DNSZoneParse uses DNS::ZoneParse as parsing engine. EXPORT parse $rr = Net::DNS::ZoneParse::Parser::DNSZoneParse->parse($param) This will be called by Net::DNS::ZoneParse...
BTIETZ/Net-DNS-ZoneParse-0.103 - 01 Aug 2011 20:19:51 UTC
Net::DNS::ZoneParse::Generator::DNSZoneParse - generator glue for Net::DNS::ZoneParse to use DNS::ZoneParse.
BTIETZ/Net-DNS-ZoneParse-0.103
-
01 Aug 2011 20:19:51 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
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
Parse::DNS::Zone - DNS Zone File Parser
Parse::DNS::Zone parses a zonefile, used to define a DNS Zone and gives you the information therein, via an object oriented interface. Parse::DNS::Zone doesn't validate rrdata, except for SOA, and is used to 1) validate the basic structure of the fil...
OLOF/Parse-DNS-Zone-0.60 - 11 Nov 2016 18:18:30 UTC
lib/Net/DNS/ZoneParse/Parser/Native/DNSext.pm
BTIETZ/Net-DNS-ZoneParse-0.103
-
01 Aug 2011 20:19:51 UTC
DNS::ZoneSerialNumber - Manipulate DNS zone serial numbers.
DNS::ZoneSerialNumber encapsulates a DNS zone serial number and provides RFC 1982, 1912, and 2136 compliant manipulation, comparison, and validation methods. This module automatically handles serial number overflows, underflows, and invalid compariso...
JEAGLE/DNS-ZoneSerialNumber-1.01 - 20 Jan 2012 09:03:30 UTC
DNS::TinyDNS::dnsserver - Perl extension for manipulating dnsserver from djbdns
This module will allow you to manipulate djbdns dnsserver files....
ANARION/DNS-TinyDNS-0.22 - 25 Nov 2004 09:01:13 UTC