2020-11-04 23:16:27 +01:00
|
|
|
-- {{ ansible_managed }}
|
|
|
|
|
|
|
|
setLocal('127.0.0.1:5353')
|
|
|
|
|
2020-11-25 18:27:25 +01:00
|
|
|
newServer({address='127.0.0.1', qps=1, name='localhost'})
|
2020-11-04 23:16:27 +01:00
|
|
|
|
2020-11-25 18:27:25 +01:00
|
|
|
addTLSLocal('{{ batman_ipv4 | ipaddr('address') }}', '/etc/dnsdist/{{ ansible_fqdn }}.crt', '/etc/dnsdist/{{ ansible_fqdn }}.key')
|
|
|
|
addTLSLocal('{{ batman_ipv6 | ipaddr('address') }}', '/etc/dnsdist/{{ ansible_fqdn }}.crt', '/etc/dnsdist/{{ ansible_fqdn }}.key')
|
|
|
|
|
|
|
|
webserver('0.0.0.0:8053', '{{ prometheus_dnsdist_pass }}', '{{ prometheus_dnsdist_pass }}', {}, '194.156.22.3, 2001:678:ddc::3')
|
2020-11-04 23:16:27 +01:00
|
|
|
|
|
|
|
-- disable security status polling via DNS
|
2020-11-25 18:27:25 +01:00
|
|
|
setSecurityPollSuffix('')
|