
prov_dns - a command line interface for provisioning dns zones

prov_dns --action=[]
Action is one of the following:
create - creates a new dns zone delete - remove a zone
Other parameters are optional. Unless you specify --noprompt, you will be prompted for fill in any missing values.
--zone - the FQDN of the zone to create --serial --ttl --refresh --retry --expire --minimum --nameserver --type - a DNS RR type (A, MX, PTR, etc) --name --address --weight --priority --port

prov_dns --action create prov_dns --action delete

prov_dns is a command line interface to the Provision::DNS provisioning modules.

Default settings are found in provision.conf, which should be located in your systems local etc directory (/etc, /usr/local/etc, or /opt/local/etc).

A list of all the other modules that this module relies upon, including any restrictions on versions, and an indication whether these required modules are part of the standard Perl distribution, part of the module's distribution, or must be installed separately.

Matt Simerson, <matt at tnpi.net>

Copyright (c) 2009 The Network People, Inc. (info@tnpi.net)
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.