DNS::Config::Statement::Zone - Zone statement


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

Index


NAME

Top

DNS::Config::Statement::Zone - Zone statement

SYNOPSIS

Top

use DNS::Config::Statement::Zone;

my $zone = new DNS::Config::Statement::Zone();

$zone->dump();

ABSTRACT

Top

This class represents a zone statement in a domain name service daemon (DNS) configuration.

DESCRIPTION

Top

This class represents a zone statement. As such it can, for example, have informations about the file system location of information about a specific zone.

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


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