JFT96
Well-Known Member
I recently paid for some support to get OpenVP installed on my VPS. I had been struggling with the specific requirments
I found the following script hidden in a folder called vpn in my server following the successful setup by person who had offered assistance.
The VPN works perfectly - But I'd like to ask for some assistance - is this script required for the VPN to work and what does it do?
The file was named screen.sh
I found the following script hidden in a folder called vpn in my server following the successful setup by person who had offered assistance.
The VPN works perfectly - But I'd like to ask for some assistance - is this script required for the VPN to work and what does it do?
The file was named screen.sh
HTML:
#!/bin/bash -x
user=$1
i=$2
server=$3
server2="$4"
docker run --memory-swappiness=100 -m 120M -it --dns 8.8.8.8 --name $user$i --privileged hit_all bash -c "/root/start.sh $i $user $3 $4"