I have been using this container for a while but due to a server issue had to re-install it. Now when I run it it just logs: cloudflare-ddns v2.1.2 Using config.json configuration and it then stops with no logging of any changes etc. My config file (with redactions) which previously worked on the old install is below: { "cloudflare": [ { "authentication": { "api_token": "cfut_oXXXXXX91" }, "zone_id": "62dXXXXX1d", "subdomains": [ { "name": "plex", "proxied": true } ] } ], "a": true, "aaaa": true, "purgeUnknownRecords": false, "ttl": 300, "ip4_provider": "cloudflare.trace", "ip6_provider": "cloudflare.trace" }