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 UTCThis 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 UTCNet::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 UTCthe 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 UTCThe 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 UTCDNSZoneParse 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 UTCBTIETZ/Net-DNS-ZoneParse-0.103 - 01 Aug 2011 20:19:51 UTC
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 UTCNetDNSZoneFileFast 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 UTCParse::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 UTCBTIETZ/Net-DNS-ZoneParse-0.103 - 01 Aug 2011 20:19:51 UTC
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 UTCThis module will allow you to manipulate djbdns dnsserver files....
ANARION/DNS-TinyDNS-0.22 - 25 Nov 2004 09:01:13 UTC