-
-
Save Simpler1/84ffcb4cdcf7f8713a43a59d6a9b42f3 to your computer and use it in GitHub Desktop.
Systemd Service file for no-ip.com dynamic ip updater
This file contains 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
# No-ip.com Dynamic DNS Updater | |
# | |
cd ~/Downloads | |
wget https://dmej8g5cpdyqd.cloudfront.net/downloads/noip-duc_3.0.0-beta.7.tar.gz | |
tar xf noip-duc_3.0.0-beta.7.tar.gz | |
apt install binaries/noip-duc_3.0.0-beta.7_amd64.deb | |
vi /etc/default/noip-duc | |
NOIP_USERNAME= | |
NOIP_PASSWORD= | |
NOIP_HOSTNAMES= | |
sudo systemctl daemon-reload | |
sudo systemctl enable noip-duc | |
sudo systemctl start noip-duc | |
systemctl status noip-duc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment