Created
August 8, 2020 16:11
-
-
Save daxxog/a2f445f9abe3c02a29fcce0a589aba8c to your computer and use it in GitHub Desktop.
install no-ip noip noip2 service
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
#!/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