Created
March 3, 2019 04:52
-
-
Save mwyau/3a949f155f5230e0da1f2c51d0af293b to your computer and use it in GitHub Desktop.
ddclient 3.9.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget https://github.com/ddclient/ddclient/archive/v3.9.0.tar.gz -O ddclient-3.9.0.tar.gz | |
| tar zxvf ddclient-3.9.0.tar.gz | |
| cd ddclient-3.9.0 | |
| sudo cp ddclient /usr/sbin/ | |
| sudo mkdir /etc/ddclient | |
| sudo mkdir /var/cache/ddclient | |
| sudo vim /etc/ddclient/ddclient.conf | |
| sudo cp sample-etc_rc.d_init.d_ddclient.ubuntu /etc/init.d/ddclient | |
| sudo update-rc.d ddclient defaults | |
| sudo apt install libio-socket-ssl-perl libdata-validate-ip-perl libjson-pp-perl | |
| sudo service ddclient start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment