|
DNS::Config::Server - DNS Server |
DNS::Config::Server - DNS Server
use DNS::Config::Server;
my $server = new DNS::Config::Server($server_name_string, $server_managed_boolean);
$server->debug();
This class represents a server in the domain name service (DNS).
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.
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
the DNS::Config manpage, the DNS::Config::File manpage, the DNS::Config::Statement manpage
|
DNS::Config::Server - DNS Server |