DNS::Config::File::Bind9 - Concrete adaptor class



NAME

DNS::Config::File::Bind9 - Concrete adaptor class


SYNOPSIS

use DNS::Config::File::Bind9;

my $file = new DNS::Config::File::Bind9($file_name_string);

$file->parse($file_name_string); $file->dump($fie_name_string); $file->debug();

$file->config(new DNS::Config());


ABSTRACT

This class represents a concrete configuration file for ISCs Bind v9 domain name service daemon (DNS).


DESCRIPTION

This class, the Bind9 file adaptor, knows how to write the information to a file in the Bind9 daemon specific format.


AUTHOR

Copyright (C)2001-2003 Andy Wolf. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Please address bug reports and comments to: zonemaster@users.sourceforge.net


SEE ALSO

the DNS::Config manpage, the DNS::Config::File manpage

 DNS::Config::File::Bind9 - Concrete adaptor class