variable name fix

This commit is contained in:
Tommaso Piccioli 2019-07-10 13:05:44 +02:00
parent f3651be98d
commit 9d9f380ebf
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
remote-control:
control-enable: {{ unbound_remote_control }}
{% if unbount_remote_IP is defined %}
control-interface: '{{ unbount_remote_IP }}'
{% if unbound_remote_IP is defined %}
control-interface: '{{ unbound_remote_IP }}'
{% endif %}