mirror of
https://github.com/stryan/gandi-live-dns.git
synced 2024-11-22 13:25:45 -05:00
new dummy config
This commit is contained in:
parent
e3e41d0eff
commit
9288aa5857
10
src/config.py
Normal file
10
src/config.py
Normal file
@ -0,0 +1,10 @@
|
||||
import os
|
||||
|
||||
api_secret = os.environ.get("GANDI_API_SECRET", "TOKEN")
|
||||
api_endpoint = os.environ.get("GANDI_API_ENDPOINT",'https://dns.api.gandi.net/api/v5')
|
||||
|
||||
static_ip = os.environ.get("GANDI_STATIC_IP","")
|
||||
domain = os.environ.get("GANDI_DOMAIN","")
|
||||
subdomains = os.environ.get("GANDI_SUBDOMAINS","").split(",")
|
||||
ttl = os.environ.get("GANDI_TIMEOUT","300")
|
||||
ifconfig = os.environ.get("GANDI_IFCONFIG","https://ifconfig.co/ip")
|
Loading…
Reference in New Issue
Block a user