Skip to content

Instantly share code, notes, and snippets.

@RafalSladek
Forked from nodesocket/vpnsetup.sh
Last active July 9, 2017 15:01
Show Gist options
  • Save RafalSladek/11c6e2f19a4fca4742864c4e46ffd590 to your computer and use it in GitHub Desktop.
Save RafalSladek/11c6e2f19a4fca4742864c4e46ffd590 to your computer and use it in GitHub Desktop.
install ipsec vpn
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