Skip to content

Instantly share code, notes, and snippets.

@nodesocket
Created February 8, 2017 19:51
Show Gist options
  • Save nodesocket/37fc53b3c44c3f2aa7cba508c5486b15 to your computer and use it in GitHub Desktop.
Save nodesocket/37fc53b3c44c3f2aa7cba508c5486b15 to your computer and use it in GitHub Desktop.

Revisions

  1. nodesocket created this gist Feb 8, 2017.
    4 changes: 4 additions & 0 deletions vpnsetup.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    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