1
0
mirror of synced 2024-11-21 20:46:10 +03:00

Update Azure script

- Minor fix
This commit is contained in:
hwdsl2 2024-06-23 18:46:24 -05:00
parent 78e8957fc1
commit 8339f7253f

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
export VPN_IPSEC_PSK=$1 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://raw.githubusercontent.com/hwdsl2/setup-ipsec-vpn/master/vpnsetup.sh && sh vpn.sh wget -t 3 -T 30 -nv -O vpn.sh https://raw.githubusercontent.com/hwdsl2/setup-ipsec-vpn/master/vpnsetup.sh && sh vpn.sh