forked from infra/ansible
35 lines
867 B
Django/Jinja
35 lines
867 B
Django/Jinja
#################################
|
|
# 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
|