Skip to content

Instantly share code, notes, and snippets.

@KaleabTessera
Last active August 7, 2018 12:59
Show Gist options
  • Save KaleabTessera/b870a2a046bcd724f00f11e0e563d1ed to your computer and use it in GitHub Desktop.
Save KaleabTessera/b870a2a046bcd724f00f11e0e563d1ed to your computer and use it in GitHub Desktop.
Shell Script to Run Nord VPN
#!/bin/bash
chosenVPNServer=za8.nordvpn.com.udp.ovpn
cd /etc/openvpn
cd ovpn_udp
ls -al
sudo openvpn $chosenVPNServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment