mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient - Add STRATO DynDNS functionality to the new ddclient-dyndns plugin. (#2777)
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
<noip>Noip</noip>
|
||||
<nsupdatev4>nsupdate.info (IPv4)</nsupdatev4>
|
||||
<nsupdatev6>nsupdate.info (IPv6)</nsupdatev6>
|
||||
<strato>STRATO</strato>
|
||||
<zoneedit1>Zoneedit</zoneedit1>
|
||||
</OptionValues>
|
||||
</service>
|
||||
|
||||
@@ -54,6 +54,11 @@ server=ipv4.nsupdate.info
|
||||
protocol=dyndns2
|
||||
ssl=yes
|
||||
server=ipv6.nsupdate.info
|
||||
{% elif account.service == 'strato' %}
|
||||
use=web
|
||||
protocol=dyndns2
|
||||
ssl=yes
|
||||
server=dyndns.strato.com
|
||||
{% else %}
|
||||
protocol={{account.service}}
|
||||
ssl=yes
|
||||
|
||||
Reference in New Issue
Block a user