mirror of
https://github.com/hwdsl2/setup-ipsec-vpn.git
synced 2026-05-17 08:05:45 +03:00
Update templates
This commit is contained in:
@@ -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 ",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user