mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient - missing ssl=yes phrase, closes https://github.com/opnsense/plugins/issues/2894
This commit is contained in:
@@ -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}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user