bundlewrap/bundles/powerdns/files/pdns.conf
Franzi 6772b3b5d0
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
bundles: various fixes for telegraf plugins
2021-04-24 11:45:58 +02:00

35 lines
522 B
Plaintext

launch=
include-dir=/etc/powerdns/pdns.d
disable-syslog=yes
log-timestamp=no
max-tcp-connections=500
max-tcp-connections-per-client=10
security-poll-suffix=
server-id=${my_hostname}
default-ttl=60
setuid=pdns
setgid=pdns
% if is_secondary:
allow-notify-from=${','.join(sorted(my_primary_servers))}
slave=yes
# FIXME enable once debian stable has 4.1.9
#superslave=yes
% else:
api=yes
api-key=${api_key}
webserver=yes
allow-notify-from=
master=yes
allow-axfr-ips=${','.join(sorted(my_secondary_servers))}
% endif