Adding required documentation and examples

This commit is contained in:
Tomasz Grabowski 2017-01-16 18:12:29 -05:00
parent b3a234a70f
commit d6359cb7e0
3 changed files with 10 additions and 0 deletions

View file

@ -26,6 +26,7 @@ Dynamic DNS services currently supported include:
CloudFlare - See https://www.cloudflare.com/ for details CloudFlare - See https://www.cloudflare.com/ for details
Google - See http://www.google.com/domains for details Google - See http://www.google.com/domains for details
Duckdns - See https://duckdns.org/ for details Duckdns - See https://duckdns.org/ for details
Freemyip - See https://freemyip.com for details
woima.fi - See https://woima.fi/ for details woima.fi - See https://woima.fi/ for details
DDclient now supports many of cable/dsl broadband routers. DDclient now supports many of cable/dsl broadband routers.

View file

@ -8,3 +8,4 @@ On alpine, you need perl-io-socket-ssl to have IO::Socket::SSL
ssl support is tested on folowing dynamic dns providers: ssl support is tested on folowing dynamic dns providers:
- dyndns.com - dyndns.com
- freemyip.com

View file

@ -220,6 +220,14 @@ ssl=yes # use ssl-support. Works with
# password=my-auto-generated-password # password=my-auto-generated-password
# protocol=duckdns hostwithoutduckdnsorg # protocol=duckdns hostwithoutduckdnsorg
##
## Freemyip (http://freemyip.com/)
##
#
# protocol=freemyip,
# password=my-token
# myhost
## ##
## MyOnlinePortal (http://myonlineportal.net) ## MyOnlinePortal (http://myonlineportal.net)
## ##