Skip to content

Instantly share code, notes, and snippets.

@nodesocket
Created February 8, 2017 19:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nodesocket/37fc53b3c44c3f2aa7cba508c5486b15 to your computer and use it in GitHub Desktop.
Save nodesocket/37fc53b3c44c3f2aa7cba508c5486b15 to your computer and use it in GitHub Desktop.
wget https://git.io/vpnsetup -O vpnsetup.sh && sudo \
VPN_IPSEC_PSK='your_ipsec_pre_shared_key' \
VPN_USER='your_vpn_username' \
VPN_PASSWORD='your_vpn_password' sh vpnsetup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment