mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient - add gandi support (#2997)
* add gandi support for ddclient
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
<easydns>EasyDNS</easydns>
|
||||
<freedns>FreeDNS</freedns>
|
||||
<googledomains>Google</googledomains>
|
||||
<gandi>Gandi.net</gandi>
|
||||
<he-net>HE.net</he-net>
|
||||
<he-net-tunnel>HE.net TunnelBroker</he-net-tunnel>
|
||||
<inwx>INWX</inwx>
|
||||
|
||||
@@ -52,6 +52,9 @@ server=freedns.afraid.org, \
|
||||
{% elif account.service == 'dynu' %}
|
||||
protocol=dyndns2, \
|
||||
server=api.dynu.com, \
|
||||
{% elif account.service == 'gandi' %}
|
||||
protocol=gandi
|
||||
zone={{account.zone}}, \
|
||||
{% elif account.service == 'he-net' %}
|
||||
protocol=dyndns2, \
|
||||
server=dyn.dns.he.net, \
|
||||
|
||||
Reference in New Issue
Block a user