Ddclient
DDclient is a perl script to update accounts for Dynamic DNS Service Provider.
Installation
ddclient package is available in community repository. In order to use it, you need to first install it:
# apk update # apk add ddclient
Configuration
A sample configuration file is installed by default at /etc/ddclient/ddclient.conf, so you can 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