From e4920373ee425b1d58bb5f58975c0907831a6314 Mon Sep 17 00:00:00 2001 From: Zorks <6314048+Zorks@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:14:06 -0700 Subject: [PATCH 1/2] Correct NearlyFreeSpeech.NET example extra spaces in the protocol and a trailing comma caused connection issues if not corrected. --- ddclient.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ddclient.conf.in b/ddclient.conf.in index 62a7ee9..cca3c3d 100644 --- a/ddclient.conf.in +++ b/ddclient.conf.in @@ -133,9 +133,9 @@ pid=@runstatedir@/ddclient.pid # record PID in file. ## ## NearlyFreeSpeech.NET (nearlyfreespeech.net) ## -# protocol = nfsn, \ +# protocol=nfsn, \ # login=member-login, \ -# password=api-key, \ +# password=api-key \ # zone=example.com \ # example.com,subdomain.example.com From 678b76f7e855d311aebb7d0257d011ebea3e9eb2 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Sat, 28 Dec 2024 13:07:08 -0600 Subject: [PATCH 2/2] nfsn Rearrange zone property in example Usually, the zone property is not the last property in the configuration convention that is followed in ddclient config examples. --- ddclient.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.conf.in b/ddclient.conf.in index cca3c3d..878cab3 100644 --- a/ddclient.conf.in +++ b/ddclient.conf.in @@ -134,9 +134,9 @@ pid=@runstatedir@/ddclient.pid # record PID in file. ## NearlyFreeSpeech.NET (nearlyfreespeech.net) ## # protocol=nfsn, \ +# zone=example.com, \ # login=member-login, \ # password=api-key \ -# zone=example.com \ # example.com,subdomain.example.com ##