2020-10-20 15:26:50 +02:00
|
|
|
#################################
|
|
|
|
# allow-axfr-ips Allow zonetransfers only to these subnets
|
|
|
|
#
|
|
|
|
# allow-axfr-ips=127.0.0.0/8,::1
|
2020-12-07 17:18:07 +01:00
|
|
|
allow-axfr-ips=127.0.0.1,::1,{{ dns_slaves | join(',') }}
|
2020-10-20 15:26:50 +02:00
|
|
|
|
|
|
|
#################################
|
|
|
|
# dname-processing If we should support DNAME records
|
|
|
|
#
|
|
|
|
# dname-processing=no
|
|
|
|
dname-processing=yes
|
|
|
|
|
|
|
|
#################################
|
|
|
|
# launch Which backends to launch and order to query them in
|
|
|
|
#
|
|
|
|
# launch=
|
|
|
|
launch=gsqlite3
|
|
|
|
|
|
|
|
gsqlite3-database=/var/lib/powerdns/powerdns.sqlite3
|
|
|
|
|
|
|
|
#################################
|
|
|
|
# master Act as a master
|
|
|
|
#
|
|
|
|
# master=no
|
|
|
|
master=yes
|
|
|
|
|
|
|
|
#################################
|
|
|
|
# only-notify Only send AXFR NOTIFY to these IP addresses or netmasks
|
|
|
|
#
|
|
|
|
# only-notify=0.0.0.0/0,::/0
|
|
|
|
only-notify=
|