commit
33ffece8fc
|
@ -16,9 +16,9 @@ api_secret = '---my_secret_API_KEY----'
|
||||||
'''
|
'''
|
||||||
Gandiv5 LiveDNS API Location
|
Gandiv5 LiveDNS API Location
|
||||||
http://doc.livedns.gandi.net/#api-endpoint
|
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
|
#your domain with the subdomains in the zone file/UUID
|
||||||
domain = 'mydomain.tld'
|
domain = 'mydomain.tld'
|
||||||
|
@ -42,4 +42,4 @@ e.g.
|
||||||
+ http://ipinfo.io/ip
|
+ http://ipinfo.io/ip
|
||||||
+ many more ...
|
+ many more ...
|
||||||
'''
|
'''
|
||||||
ifconfig = 'choose_from_above_or_run_your_own'
|
ifconfig = 'choose_from_above_or_run_your_own'
|
||||||
|
|
Loading…
Reference in a new issue