setup-ipsec-vpn/azure/install.sh
hwdsl2 8be670c4c8 Update templates
- Update the AWS and Azure deployment template or script to use
  the VPN quick start script instead of vpnsetup.sh. The quick
  start script sets up IKEv2 automatically, so users don't need
  to manually set up IKEv2.
2022-02-25 23:50:55 -06:00

8 lines
145 B
Bash
Executable File

#!/bin/sh
export VPN_IPSEC_PSK=$1
export VPN_USER=$2
export VPN_PASSWORD=$3
wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnstart && sh vpn.sh