From f0300e7b56c0a0616f89877ae0d763c6e7da71d4 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Wed, 2 Mar 2022 22:51:41 -0600 Subject: [PATCH] Update templates --- aws/cloudformation-template-ipsec.json | 2 +- azure/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/cloudformation-template-ipsec.json b/aws/cloudformation-template-ipsec.json index 9e742ab..c4b295b 100644 --- a/aws/cloudformation-template-ipsec.json +++ b/aws/cloudformation-template-ipsec.json @@ -384,7 +384,7 @@ "Ref": "VpnPassword" }, "'\n", - "wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnstart\n", + "wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnsetup\n", "sh vpn.sh\n", "cfn-signal -e 0 ", " --stack ", diff --git a/azure/install.sh b/azure/install.sh index bf83550..41738f9 100755 --- a/azure/install.sh +++ b/azure/install.sh @@ -4,4 +4,4 @@ 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 +wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnsetup && sh vpn.sh