Skip to content

Commit 8be670c

Browse files
committed
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.
1 parent d37a2fb commit 8be670c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

aws/cloudformation-template-ipsec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
"Ref": "VpnPassword"
388388
},
389389
"'\n",
390-
"wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnsetup\n",
390+
"wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnstart\n",
391391
"sh vpn.sh\n",
392392
"cfn-signal -e 0 ",
393393
" --stack ",

azure/install.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ export VPN_IPSEC_PSK=$1
44
export VPN_USER=$2
55
export VPN_PASSWORD=$3
66

7-
# Wait 60 seconds for apt/dpkg lock
8-
sleep 60
9-
10-
wget https://git.io/vpnsetup -O vpn.sh && sh vpn.sh
7+
wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnstart && sh vpn.sh

0 commit comments

Comments
 (0)