pdns-genrev/suse/pdns-genrev.sysconfig
Georg Pfuetzenreuter 850556ab7d
Add files for packaging
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-11-12 17:44:20 +01:00

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"