mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
dns/ddclient - Add STRATO DynDNS functionality to the new ddclient-dyndns plugin. (#2777)
This commit is contained in:
parent
400110af01
commit
af2ec65aa0
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue