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
This commit is contained in:
parent
24ba945949
commit
7fea824ec1
1 changed files with 3 additions and 2 deletions
|
@ -218,8 +218,9 @@ ssl=yes # use ssl-support. Works with
|
||||||
## Duckdns (http://www.duckdns.org/)
|
## Duckdns (http://www.duckdns.org/)
|
||||||
##
|
##
|
||||||
#
|
#
|
||||||
# password=my-auto-generated-password
|
# protocol=duckdns, \
|
||||||
# protocol=duckdns hostwithoutduckdnsorg
|
# password=my-auto-generated-password \
|
||||||
|
# hostwithoutduckdnsorg
|
||||||
|
|
||||||
##
|
##
|
||||||
## Freemyip (http://freemyip.com/)
|
## Freemyip (http://freemyip.com/)
|
||||||
|
|
Loading…
Reference in a new issue