mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
Update connect.sh
This commit is contained in:
parent
14bba7f186
commit
6e5bc83d56
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
# OPENVPN OTG CONNECT SCRIPT
|
||||
echo "Where is the .ovpn config file?: (/path/to/file.ovpn)"
|
||||
read fileloc
|
||||
sudo screen -dmS ovpn openvpn --config $fileloc
|
||||
sudo screen -d -m -S ovpn openvpn --config $fileloc
|
||||
echo "Done, you should be connected, to end the connection, screen -x ovpn and ctrl+c"
|
||||
|
|
Loading…
Add table
Reference in a new issue