1
0
Fork 0
mirror of synced 2025-04-10 20:40:56 +00:00
setup-ipsec-vpn/azure/install.sh
2022-03-02 22:51:41 -06:00

7 lines
145 B
Bash
Executable file

#!/bin/sh
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/vpnsetup && sh vpn.sh