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


DNS-Config documentation  | view source Contained in the DNS-Config distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

Top

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

DESCRIPTION

Top

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

AUTHOR

Top

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

Top

DNS::Config, DNS::Config::File


DNS-Config documentation  | view source Contained in the DNS-Config distribution.