mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient add spdyn (#2827)
This commit is contained in:
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user