mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient add servercow (#2911)
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
<noip>Noip</noip>
|
||||
<nsupdatev4>nsupdate.info (IPv4)</nsupdatev4>
|
||||
<nsupdatev6>nsupdate.info (IPv6)</nsupdatev6>
|
||||
<servercow>Servercow</servercow>
|
||||
<spdyn>spDYN</spdyn>
|
||||
<strato>STRATO</strato>
|
||||
<zoneedit1>Zoneedit</zoneedit1>
|
||||
|
||||
@@ -70,6 +70,9 @@ server=ipv4.nsupdate.info, \
|
||||
{% elif account.service == 'nsupdatev6' %}
|
||||
protocol=dyndns2, \
|
||||
server=ipv6.nsupdate.info, \
|
||||
{% elif account.service == 'servercow' %}
|
||||
protocol=dyndns2, \
|
||||
server=dyndns.servercow.de, \
|
||||
{% elif account.service == 'spdyn' %}
|
||||
protocol=dyndns2, \
|
||||
server=update.spdyn.de, \
|
||||
|
||||
Reference in New Issue
Block a user