DNS::Config - DNS Configuration


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

Index


NAME

Top

DNS::Config - DNS Configuration

SYNOPSIS

Top

use DNS::Config;

my $config = new DNS::Config();

$config->debug();

ABSTRACT

Top

This class represents a configuration for a domain name service daemon (DNS).

DESCRIPTION

Top

A domain name service daemon configuration knows about the zone information actively provided to the service users as well as lots of other configuration data.

This class allows to represent this configuration data in a more or less generic way. Another class, the file adaptor, then knows how to write the information to a file in a daemon specific format.

So far this class is strongly related to the ISCs Bind domain name service daemon but it is inteded to get more generic in upcoming releases. Your help is welcome.

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::File, DNS::Config::Server, DNS::Config::Statement


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