configure correct backend for powerdns secondaries
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
launch += gmysql
|
|
||||||
gmysql-host = {{ pdns_pri_server }}
|
|
||||||
gmysql-password = {{ pdns_db_passwd | default(lookup('password', '/etc/powerdns/pdns.d/.mysqlpw length=20')) }}
|
|
||||||
gmysql-dnssec = Yes
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
include-dir=/etc/powerdns/pdns.d
|
launch += gmysql
|
||||||
launch=
|
gmysql-host = {{ pdns_pri_server }}
|
||||||
local-address={{ ansible_default_ipv4.address }}, [{{ ansible_default_ipv6.address }}], 127.0.0.1:553{% if wg_local_ip is defined %}, {{ wg_local_ip | ansible.utils.ipaddr('address') }}:553{% endif %}
|
gmysql-password = {{ pdns_db_passwd | default(lookup('password', '/etc/powerdns/pdns.d/.mysqlpw length=20')) }}
|
||||||
security-poll-suffix=
|
gmysql-dnssec = Yes
|
||||||
|
|||||||
Reference in New Issue
Block a user