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] 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