Skip to content

Instantly share code, notes, and snippets.

@Simpler1
Forked from NathanGiesbrecht/noip2.service
Last active September 11, 2023 15:48
Show Gist options
  • Save Simpler1/84ffcb4cdcf7f8713a43a59d6a9b42f3 to your computer and use it in GitHub Desktop.
Save Simpler1/84ffcb4cdcf7f8713a43a59d6a9b42f3 to your computer and use it in GitHub Desktop.
Systemd Service file for no-ip.com dynamic ip updater
# 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