# Installation
- Clone project
git clone https://github.com/guillian77/openvpn-launcher.git
- Place
config.ovpn
andpass.txt
inside same directory.
- Start VPN connection:
./openvpn.sh start
- Start VPN connection in interactive mode:
./openvpn.sh start -it
- Stop VPN connection:
./openvpn.sh stop
- Get VPN process status:
./openvpn.sh status