34 lines
593 B
Plaintext
34 lines
593 B
Plaintext
# This file is part of the pdns-genrev package
|
|
# Author: Georg Pfuetzenreuter <mail+opensuse@georg-pfuetzenreuter.net>
|
|
|
|
## Description: pdns-genrev configuration
|
|
|
|
## Type: string
|
|
## Default: not set
|
|
#
|
|
# PowerDNS API Key
|
|
#
|
|
GENREV_KEY=""
|
|
|
|
## Type: string
|
|
## Default: "http://[::1]:8081"
|
|
#
|
|
# PowerDNS web server
|
|
#
|
|
GENREV_URL="http://[::1]:8081"
|
|
|
|
## Type: string
|
|
## Default: not set
|
|
#
|
|
# Comma separated list of forward DNS zones
|
|
#
|
|
GENREV_ZONES=""
|
|
|
|
## Type: string
|
|
## Default: "--wet"
|
|
#
|
|
# Command line arguments to pass
|
|
# Add "--notify" here if primary/secondary replication is used
|
|
#
|
|
ARGS="--wet"
|