1
0
mirror of synced 2024-11-22 21:16:02 +03:00
setup-ipsec-vpn/azure/install.sh

8 lines
145 B
Bash
Raw Normal View History

#!/bin/sh
2016-08-10 16:29:42 +03:00
export VPN_IPSEC_PSK=$1
export VPN_USER=$2
export VPN_PASSWORD=$3
2022-03-03 07:51:41 +03:00
wget -t 3 -T 30 -nv -O vpn.sh https://git.io/vpnsetup && sh vpn.sh