Skip to content

Instantly share code, notes, and snippets.

@daxxog
Created August 8, 2020 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daxxog/a2f445f9abe3c02a29fcce0a589aba8c to your computer and use it in GitHub Desktop.
Save daxxog/a2f445f9abe3c02a29fcce0a589aba8c to your computer and use it in GitHub Desktop.
install no-ip noip noip2 service
#!/bin/bash
# first install noip2: https://www.noip.com/support/knowledgebase/installing-the-linux-dynamic-update-client/
# then, run this as root (su)
wget https://gist.githubusercontent.com/NathanGiesbrecht/da6560f21e55178bcea7fdd9ca2e39b5/raw/b5594a39e908548f4319294553497d2db3053e0a/noip2.service
mv noip2.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable noip2
sudo systemctl start noip2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment