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
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to