DNS::Config::Statement::Key - Key statement


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

Index


NAME

Top

DNS::Config::Statement::Key - Key statement

SYNOPSIS

Top

use DNS::Config::Statement::Key;

my $key = new DNS::Config::Statement::Key();

$key->dump();

ABSTRACT

Top

This class represents a key statement in a domain name service daemon (DNS) configuration. These contain TSIG algorithms and secrets.

DESCRIPTION

Top

This class represents a key statement. As such it can, for example, have informations about algorithm and secret used.

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)2003 Bruce Campbell. 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: bxc@users.sourceforge.net

SEE ALSO

Top

DNS::Config, DNS::Config::Statement


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