dns/ddclient add Loopia (#2858)

This commit is contained in:
Johan Lilja
2022-03-01 10:04:01 +01:00
committed by GitHub
parent 6a6882e051
commit 5cc6f76eab
2 changed files with 4 additions and 0 deletions
@@ -78,6 +78,7 @@
<he-net>HE.net</he-net>
<he-net-tunnel>HE.net TunnelBroker</he-net-tunnel>
<inwx>INWX</inwx>
<loopia>Loopia</loopia>
<namecheap>NameCheap</namecheap>
<noip>Noip</noip>
<nsupdatev4>nsupdate.info (IPv4)</nsupdatev4>
@@ -81,6 +81,9 @@ server=ipv4.tunnelbroker.net, \
{% elif account.service == 'inwx' %}
protocol=dyndns2, \
server=dyndns.inwx.com, \
{% elif account.service == 'loopia' %}
protocol=dyndns2, \
server=dyndns.loopia.se, \
{% elif account.service == 'nsupdatev4' %}
protocol=dyndns2, \
server=ipv4.nsupdate.info, \