1
0
mirror of synced 2024-11-22 13:06:02 +03:00

Update templates

This commit is contained in:
hwdsl2 2022-03-02 22:51:41 -06:00
parent d99d18b29a
commit f0300e7b56
2 changed files with 2 additions and 2 deletions

View File

@ -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 ",

View File

@ -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