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