21 lines
387 B
TOML
21 lines
387 B
TOML
debug = "true"
|
|
api_url = "https://api.gandi.net/v5/livedns"
|
|
ttl = 3600
|
|
ip_services = [
|
|
'https://ifconfig.co',
|
|
'http://ifconfig.me/ip',
|
|
'http://whatismyip.akamai.com/',
|
|
'http://ipinfo.io/ip',
|
|
'http://icanhazip.org'
|
|
]
|
|
domains = [
|
|
"example.com"
|
|
]
|
|
|
|
["example.com"]
|
|
api_key = "gandi-net-api-key"
|
|
subdomains = [
|
|
"@",
|
|
"www",
|
|
"test"
|
|
]
|