Subject: | $ORIGIN |
DNS-ZoneParse-0.95, perl 5.8.5, fbsd 5.2.1
Currently isn't able to parse $ORIGIN lines. I explicitly enter the $ORIGIN before my $TTL for the zone. In addition for in-addr zones that have few entries i'll colapse the zone and have multiple ORIGINS. For example:
$ORIGIN 100.10.in-addr.arpa.
$TTL 5M
[soa...]
[ns...]
$origin 1.100.10.in-addr.arpa.
[...]
$origin 2.100.10.in-addr.arpa.
[...]
$origin 3.100.10.in-addr.arpa.
[...]
$origin 4.100.10.in-addr.arpa.
I guess I could put in all the octets rather than adding a new origin (1.4.100.10 in ptr foo.com.) but i'd like not to if this is a simple patch.