Merge pull request #24 from gkranis/master
Adding duckdns example Duckdns example added to sample-etc_ddclient.conf git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@194 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
80046c5a23
commit
017f04b500
1 changed files with 8 additions and 0 deletions
|
@ -212,3 +212,11 @@ ssl=yes # use ssl-support. Works with
|
||||||
# login=my-auto-generated-username,
|
# login=my-auto-generated-username,
|
||||||
# password=my-auto-generated-password
|
# password=my-auto-generated-password
|
||||||
# my.domain.tld, otherhost.domain.tld
|
# my.domain.tld, otherhost.domain.tld
|
||||||
|
|
||||||
|
##
|
||||||
|
## Duckdns (http://www.duckdns.org/)
|
||||||
|
##
|
||||||
|
#
|
||||||
|
# password=my-auto-generated-password
|
||||||
|
# protocol=duckdns hostwithoutduckdnsorg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue