This commit is contained in:
parent
7c405d3b91
commit
215610b2db
@ -5,7 +5,7 @@ addLocal('::1')
|
|||||||
addLocal('{{ batman_ipv4 | ipaddr('address') }}')
|
addLocal('{{ batman_ipv4 | ipaddr('address') }}')
|
||||||
addLocal('{{ batman_ipv6 | ipaddr('address') }}')
|
addLocal('{{ batman_ipv6 | ipaddr('address') }}')
|
||||||
|
|
||||||
newServer({address='127.0.0.1:5353', qps=1, name='localhost'})
|
newServer({address='127.0.0.1:5353', name='localhost'})
|
||||||
|
|
||||||
addTLSLocal('{{ batman_ipv4 | ipaddr('address') }}', '/etc/dnsdist/{{ ansible_fqdn }}.crt', '/etc/dnsdist/{{ ansible_fqdn }}.key')
|
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')
|
addTLSLocal('{{ batman_ipv6 | ipaddr('address') }}', '/etc/dnsdist/{{ ansible_fqdn }}.crt', '/etc/dnsdist/{{ ansible_fqdn }}.key')
|
||||||
|
Loading…
Reference in New Issue
Block a user