dns/ddclient - missing ssl=yes phrase, closes https://github.com/opnsense/plugins/issues/2894

This commit is contained in:
Ad Schellevis
2022-03-18 13:52:26 +01:00
parent a5fee43df9
commit 09d2b21b09
@@ -72,6 +72,9 @@ wildcard=yes, \
{% if account.username %}
login={{account.username}}, \
{% endif %}
{% if account.force_ssl|default('0') == '1' %}
ssl=yes, \
{% endif %}
password={{account.password}} \
{{account.hostnames}}