From 7fea824ec165087205b46ae7fd5b39cf6b056cbe Mon Sep 17 00:00:00 2001 From: James Davidson Date: Tue, 11 May 2021 18:19:37 -0700 Subject: [PATCH] Fix sample duckdns.org config (#301) The included configuration for duckdns.org is incorrect and does not match the protocol sample in the wiki[1]. [1] https://sourceforge.net/p/ddclient/wiki/protocols/#duckdns --- ddclient.conf.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ddclient.conf.in b/ddclient.conf.in index b36b514..33ab408 100644 --- a/ddclient.conf.in +++ b/ddclient.conf.in @@ -218,8 +218,9 @@ ssl=yes # use ssl-support. Works with ## Duckdns (http://www.duckdns.org/) ## # -# password=my-auto-generated-password -# protocol=duckdns hostwithoutduckdnsorg +# protocol=duckdns, \ +# password=my-auto-generated-password \ +# hostwithoutduckdnsorg ## ## Freemyip (http://freemyip.com/)