NAME
nozone - a Bind DNS zone file generator
SYNOPSIS
nozone [OPTION]...
DESCRIPTION
nozone will read a description of required DNS zones from the configuration file /etc/nozone.yml. It will then generate a set of Bind DNS zone files.
OPTIONS
Valid command line options are
- -c CONFIGFILE, --config=CONFIGFILE
 - 
Specify a different configuration file from the default (
/etc/nozone.yml) - --datadir DIR
 - 
Specify a different directory for bind zone data files from the default (
/var/named/data) - --confdir DIR
 - 
Specify a different directory for bind zone conf files from the default (
/etc/named) - --master IPADDR
 - 
Specify the IP address of the master DNS server. If set this causes generation of a slave zone config, and no zone data files. This can be repeated multiple times.
 - -v, --verbose
 - 
Print details about each file generated
 - -h, --help
 - 
Print this help message
 
AUTHORS
nozone was written by Daniel P. Berrange <dan@berrange.com>
LICENSE
nozone is distributed under the terms of the GNU GPL version 3 or any later version. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
SEE ALSO
Nozone::Zone, named(8), named.conf(5)