[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

perl module to read config files?



does anyone know of a perl module to parse config files as used by gated
or the new bind 8.1?

e.g. /etc/named.conf:

	options {
		directory "/var/named";
		forward only;
		forwarders {
			203.16.167.1;
			203.16.167.5;
		};
	};

	zone "." {
		type hint;
		file "named.root";
	};

	zone "localhost" {
		type master;
		file "named.local";
	};

	zone "127.in-addr.arpa" {
		type master;
		file "named.rev-local";
	};


craig

--
craig sanders


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: