unbound: configure as a forwarded that accepts connections
This commit is contained in:
9
roles/dns/templates/listen.conf.j2
Normal file
9
roles/dns/templates/listen.conf.j2
Normal file
@ -0,0 +1,9 @@
|
||||
server:
|
||||
{% if unbound_interfaces is defined %}
|
||||
{% for iface in unbound_interfaces | default([]) %}
|
||||
interface: {{ iface }}
|
||||
{% endfor %}
|
||||
{% for ac in unbound_access_control | default([]) %}
|
||||
access-control: {{ ac }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user