1
0
mirror of synced 2025-02-07 07:49:25 +03:00

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.
This commit is contained in:
hwdsl2 2022-02-25 23:50:55 -06:00
parent d37a2fb811
commit 8be670c4c8
2 changed files with 2 additions and 5 deletions

View File

@ -387,7 +387,7 @@
"Ref": "VpnPassword"
},
"'\n",
"wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnsetup\n",
"wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnstart\n",
"sh vpn.sh\n",
"cfn-signal -e 0 ",
" --stack ",

View File

@ -4,7 +4,4 @@ export VPN_IPSEC_PSK=$1
export VPN_USER=$2
export VPN_PASSWORD=$3
# Wait 60 seconds for apt/dpkg lock
sleep 60
wget https://git.io/vpnsetup -O vpn.sh && sh vpn.sh
wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnstart && sh vpn.sh