dns/ddclient add spdyn (#2827)

This commit is contained in:
Rene Schuster
2022-02-10 08:54:03 +01:00
committed by GitHub
parent 18428e1f5c
commit b1636198a6
2 changed files with 4 additions and 0 deletions
@@ -79,6 +79,7 @@
<noip>Noip</noip>
<nsupdatev4>nsupdate.info (IPv4)</nsupdatev4>
<nsupdatev6>nsupdate.info (IPv6)</nsupdatev6>
<spdyn>spDYN</spdyn>
<strato>STRATO</strato>
<zoneedit1>Zoneedit</zoneedit1>
<custom>Custom</custom>
@@ -79,6 +79,9 @@ server=ipv4.nsupdate.info, \
{% elif account.service == 'nsupdatev6' %}
protocol=dyndns2, \
server=ipv6.nsupdate.info, \
{% elif account.service == 'spdyn' %}
protocol=dyndns2, \
server=update.spdyn.de, \
{% elif account.service == 'strato' %}
protocol=dyndns2, \
server=dyndns.strato.com, \