Correct NearlyFreeSpeech.NET example
extra spaces in the protocol and a trailing comma caused connection issues if not corrected.
This commit is contained in:
parent
4008ccfa2d
commit
e4920373ee
1 changed files with 2 additions and 2 deletions
|
@ -133,9 +133,9 @@ pid=@runstatedir@/ddclient.pid # record PID in file.
|
||||||
##
|
##
|
||||||
## NearlyFreeSpeech.NET (nearlyfreespeech.net)
|
## NearlyFreeSpeech.NET (nearlyfreespeech.net)
|
||||||
##
|
##
|
||||||
# protocol = nfsn, \
|
# protocol=nfsn, \
|
||||||
# login=member-login, \
|
# login=member-login, \
|
||||||
# password=api-key, \
|
# password=api-key \
|
||||||
# zone=example.com \
|
# zone=example.com \
|
||||||
# example.com,subdomain.example.com
|
# example.com,subdomain.example.com
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue