DNS::Config::Server - DNS Server



NAME

DNS::Config::Server - DNS Server


SYNOPSIS

use DNS::Config::Server;

my $server = new DNS::Config::Server($server_name_string, $server_managed_boolean);

$server->debug();


ABSTRACT

This class represents a server in the domain name service (DNS).


DESCRIPTION

A server has a name and can contain zones. You can use debug() to get an output from Data::Dumper that shows the object in detail including all referenced objects.


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

 DNS::Config::Server - DNS Server