mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
0403bf2247
Current location does not match cloudflare-ddns script usage and outputs a warning `⚙️ No config detected for 'ttl' - defaulting to 300 seconds (5 minutes)`
24 lines
500 B
JSON
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
|
|
}
|