dns/ddclient - add gandi support (#2997)

* add gandi support for ddclient
This commit is contained in:
Neozlag
2022-06-01 10:52:46 +02:00
committed by GitHub
parent 79180edb87
commit 4723896915
2 changed files with 4 additions and 0 deletions
@@ -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, \