From 9c657a6b622230680232a4f87b2a74797bbd9bc0 Mon Sep 17 00:00:00 2001
From: Arthur Gautier <superbaloo+registrations.github@superbaloo.net>
Date: Wed, 6 Sep 2017 17:02:53 +0000
Subject: [PATCH] Use stable gandi API url

The gandi api has changed its url for a more stable
one. Although https://dns.beta.gandi.net will continue to
work for the foreseable future, this commits updates the
url to new official one.
---
 config-template.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-template.txt b/config-template.txt
index 2187bb5..82ac92b 100644
--- a/config-template.txt
+++ b/config-template.txt
@@ -13,4 +13,4 @@ a_name = raspbian
 ttl = 900
 
 # Production API
-api = https://dns.beta.gandi.net/api/v5/
+api = https://dns.api.gandi.net/api/v5/
-- 
GitLab