ansible-roles/library/roles/unbound-resolver/templates/unbound-remote-control.conf

7 lines
166 B
Plaintext
Raw Normal View History

remote-control:
control-enable: {{ unbound_remote_control }}
2019-07-10 12:11:10 +02:00
{% if unbount_remove_IP is defined %}
control-interface: '{{ unbount_remove_IP }}'
{% endif %}