allow-axfr-ips=192.168.1.11
# IP Address allowed to perform AXFR.
#
bind-check-interval=300
# Tell server how often to check for zone changes.
#
launch=bindbind-config=/etc/powerdns/bindbackend.conf
# Tell PowerDNS to launch with BIND back end using the specified configuration file.
#
local-address=192.168.1.10
# Specifies the local IP on which PowerDNS listens.
#
master=yes
# Tells PowerDNS to run this as the primary server. This primary server will send out a special notify packet to notify the secondary or slave of updates.
#
setgid=pdns
# Sets Group ID to pdns for improved security
#
setuid=pdns
# Sets user id to pdns for improved security
#
version-string=anonymous
# No server version is divulged via dig query (e.g., dig @ns1.example.com -c CH -t txt version.bind). I'd rather make script kiddies work harder. =)