Last active
April 20, 2023 18:36
-
-
Save jazio/7e0cb9f376550e824724eb56304cd6af to your computer and use it in GitHub Desktop.
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
# Login or/and connect | |
nordvpn login | |
nordvpn c | |
nordvpn c Germany | |
# Debug | |
sudo journalctl -u nordvpnd > ~/Desktop/daemonlog.txt | |
nordvpn set technology openvpn | |
# Schedule a change to my IP address every 5 minutes. | |
sudo crontab -e | |
*/5 * * * * nordvpn connect | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment