Ddclient: Difference between revisions
(Created page with "== How to download and install the latest version of ddclient == DDclient is a perl script to update accounts for Dynamic DNS Service Provider. == Install prerequisites ==...") |
|||
Line 11: | Line 11: | ||
== Download DDclient == | == Download DDclient == | ||
<code>wget | <code>wget https://sourceforge.net/projects/ddclient/files/latest/download -O ddclient.zip</code> | ||
<code>unzip ddclient.zip</code> | <code>unzip ddclient.zip</code> |
Revision as of 00:32, 15 November 2018
How to download and install the latest version of ddclient
DDclient is a perl script to update accounts for Dynamic DNS Service Provider.
Install prerequisites
apk add wget wget-doc unzip unzip-doc perl perl-doc perl-utils perl-test-taint perl-test-taint-doc perl-netaddr-ip perl-netaddr-ip-doc perl-net-ip perl-net-ip-doc perl-yaml perl-yaml-doc perl-log-log4perl perl-log-log4perl-doc
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/.