dns/ddclient add inwx (#2828)

This commit is contained in:
Rene Schuster
2022-02-10 08:53:30 +01:00
committed by GitHub
parent d40c3f8331
commit 18428e1f5c
2 changed files with 4 additions and 0 deletions
@@ -74,6 +74,7 @@
<googledomains>Google</googledomains>
<he-net>HE.net</he-net>
<he-net-tunnel>HE.net TunnelBroker</he-net-tunnel>
<inwx>INWX</inwx>
<namecheap>NameCheap</namecheap>
<noip>Noip</noip>
<nsupdatev4>nsupdate.info (IPv4)</nsupdatev4>
@@ -70,6 +70,9 @@ server=dyn.dns.he.net, \
{% elif account.service == 'he-net-tunnel' %}
protocol=dyndns2, \
server=ipv4.tunnelbroker.net, \
{% elif account.service == 'inwx' %}
protocol=dyndns2, \
server=dyndns.inwx.com, \
{% elif account.service == 'nsupdatev4' %}
protocol=dyndns2, \
server=ipv4.nsupdate.info, \