Skip to content

Instantly share code, notes, and snippets.

@jazio
Last active April 20, 2023 18:36
Show Gist options
  • Save jazio/7e0cb9f376550e824724eb56304cd6af to your computer and use it in GitHub Desktop.
Save jazio/7e0cb9f376550e824724eb56304cd6af to your computer and use it in GitHub Desktop.
# 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