Ddclient: Difference between revisions
m (+ Category:Networking) |
No edit summary |
||
Line 5: | Line 5: | ||
DDclient is a perl script to update accounts for Dynamic DNS Service Provider. [https://sourceforge.net/projects/ddclient/] | DDclient is a perl script to update accounts for Dynamic DNS Service Provider. [https://sourceforge.net/projects/ddclient/] | ||
== Install | == Install == | ||
ddclient is available in testing/edge repository. | |||
In order to use it, you need first to enable that repository by adding to /etc/apk/repositories: | |||
<code># echo http://dl-cdn.alpinelinux.org/alpine/edge/testing</code> | |||
<code> | <code># apk update</code> | ||
<code> | <code># apk add ddclient</code> | ||
== Configuration == | |||
A sample configuration file is installed by default in <code>/etc/ddclient/ddclient.conf.sample.</code> | |||
Rename it as <code>/etc/ddclient/ddclient.conf</code> and modify it according to your needs. | |||
Then, start ddclient as usual: | |||
<code># rc-service ddclient start</code> | |||
If you want/need, configure the service to start automatically on boot: | |||
<code># rc-update add ddclient default</code> | |||
[[Category:Networking]] | [[Category:Networking]] |
Revision as of 15:36, 25 January 2021
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
ddclient is available in testing/edge repository.
In order to use it, you need first to enable that repository by adding to /etc/apk/repositories:
# echo http://dl-cdn.alpinelinux.org/alpine/edge/testing
# apk update
# apk add ddclient
Configuration
A sample configuration file is installed by default in /etc/ddclient/ddclient.conf.sample.
Rename it as /etc/ddclient/ddclient.conf
and modify it according to your needs.
Then, start ddclient as usual:
# rc-service ddclient start
If you want/need, configure the service to start automatically on boot:
# rc-update add ddclient default