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)`
This commit is contained in:
Yuval Adam 2022-11-01 10:51:30 +02:00 committed by GitHub
parent 821183ceda
commit 0403bf2247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,10 @@
"each", "each",
"subdomain" "subdomain"
], ],
"proxied": false, "proxied": false
"ttl": 120
} }
], ],
"ttl": 120,
"a": true, "a": true,
"aaaa": false, "aaaa": false,
"purgeUnknownRecords": false "purgeUnknownRecords": false