Update templates
This commit is contained in:
parent
d99d18b29a
commit
f0300e7b56
@ -384,7 +384,7 @@
|
|||||||
"Ref": "VpnPassword"
|
"Ref": "VpnPassword"
|
||||||
},
|
},
|
||||||
"'\n",
|
"'\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",
|
"sh vpn.sh\n",
|
||||||
"cfn-signal -e 0 ",
|
"cfn-signal -e 0 ",
|
||||||
" --stack ",
|
" --stack ",
|
||||||
|
@ -4,4 +4,4 @@ export VPN_IPSEC_PSK=$1
|
|||||||
export VPN_USER=$2
|
export VPN_USER=$2
|
||||||
export VPN_PASSWORD=$3
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user