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.
This commit is contained in:
Arthur Gautier 2017-09-06 17:07:36 +00:00 committed by GitHub
parent b5abfe0ede
commit 8e9b7d25ea
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ api_secret = '---my_secret_API_KEY----'
'''
Gandiv5 LiveDNS API Location
http://doc.livedns.gandi.net/#api-endpoint
https://dns.beta.gandi.net/api/v5/
https://dns.api.gandi.net/api/v5/
'''
api_endpoint = 'https://dns.beta.gandi.net/api/v5'
api_endpoint = 'https://dns.api.gandi.net/api/v5'
#your domain with the subdomains in the zone file/UUID
domain = 'mydomain.tld'
@ -42,4 +42,4 @@ e.g.
+ http://ipinfo.io/ip
+ many more ...
'''
ifconfig = 'choose_from_above_or_run_your_own'
ifconfig = 'choose_from_above_or_run_your_own'