unifios-utilities/cloudflare-ddns/configs/config.json
Yuval Adam 0403bf2247
Move cloudflare-ddns TTL config to proper location (#414)
Current location does not match cloudflare-ddns script usage and outputs a warning `⚙️ No config detected for 'ttl' - defaulting to 300 seconds (5 minutes)`
2022-11-01 01:51:30 -07:00

24 lines
500 B
JSON

{
"cloudflare": [
{
"authentication": {
"api_token": "cloudflare_api_token_here",
"api_key": {
"api_key": "api_key_if_you_don't_have_a_token",
"account_email": "your_email_here_if_you_don't_have_a_token"
}
},
"zone_id": "your_zone_id_here",
"subdomains": [
"each",
"subdomain"
],
"proxied": false
}
],
"ttl": 120,
"a": true,
"aaaa": false,
"purgeUnknownRecords": false
}