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

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