ansible/roles/dns/templates/pdns.conf.j2

35 lines
867 B
Plaintext
Raw Normal View History

2017-01-07 15:41:21 +01:00
#################################
# allow-recursion List of subnets that are allowed to recurse
#
allow-recursion=127.0.0.1,172.23.0.0/16
#################################
# daemon Operate as a daemon
#
daemon=yes
#################################
# launch Which backends to launch and order to query them in
#
launch=bind
#################################
# recursor If recursion is desired, IP address of a recursing nameserver
#
recursor=127.0.0.1:5300
#################################
# setgid If set, change group id to this gid for more security
#
setgid=pdns
#################################
# setuid If set, change user id to this uid for more security
#
setuid=pdns
#################################
# bind-config Location of the Bind configuration file to parse.
#
bind-config=/etc/powerdns/bindbackend.conf