From 0403bf22478313ea57b18746a7d745df919aeab4 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 1 Nov 2022 10:51:30 +0200 Subject: [PATCH] Move cloudflare-ddns TTL config to proper location (#414) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Current location does not match cloudflare-ddns script usage and outputs a warning `⚙️ No config detected for 'ttl' - defaulting to 300 seconds (5 minutes)` --- cloudflare-ddns/configs/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudflare-ddns/configs/config.json b/cloudflare-ddns/configs/config.json index a0f1554..0c83c6a 100644 --- a/cloudflare-ddns/configs/config.json +++ b/cloudflare-ddns/configs/config.json @@ -13,10 +13,10 @@ "each", "subdomain" ], - "proxied": false, - "ttl": 120 + "proxied": false } ], + "ttl": 120, "a": true, "aaaa": false, "purgeUnknownRecords": false