From ab706ccae039cc5144c6ef77700285f5c1c4645e Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Mon, 25 Jun 2018 10:28:00 -0400 Subject: [PATCH] Fix sample Cloudflare config (#57) The extra comma bleeds into the API request sent to Cloudflare and, as a result, causes it to fail. Reordering the options and removing the comma at the password fliield, fixes this problem. --- sample-etc_ddclient.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-etc_ddclient.conf b/sample-etc_ddclient.conf index 4674dc2..30b0ca4 100644 --- a/sample-etc_ddclient.conf +++ b/sample-etc_ddclient.conf @@ -200,9 +200,9 @@ ssl=yes # use ssl-support. Works with ## #protocol=cloudflare, \ #zone=domain.tld, \ +#ttl=1, \ #login=your-login-email, \ -#password=APIKey, \ -#ttl=1 \ +#password=APIKey \ #domain.tld,my.domain.tld ##