Ddclient

From Alpine Linux
Revision as of 01:11, 19 January 2019 by Peleion (talk | contribs) (→‎Install prerequisites: added make, perl-io-socket-ssl, removed docs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How to download and install the latest version of ddclient

DDclient is a perl script to update accounts for Dynamic DNS Service Provider. [1]

Install prerequisites

apk add wget unzip make perl perl-utils perl-test-taint perl-netaddr-ip perl-net-ip perl-yaml perl-log-log4perl perl-io-socket-ssl

cpan Data::Validate::IP

Download DDclient

wget https://sourceforge.net/projects/ddclient/files/latest/download -O ddclient.zip

unzip ddclient.zip

Copy ddclient from the extracted directory to /usr/bin/.

Create directories: /etc/ddclient/ and /var/cache/ddclient/.

Place your personal ddclient.conf in /etc/ddclient/.

Install script.

Includes a ddclient rc script for /etc/init.d/.

File:Ddclient-install.sh