Easy Peasy VPN is a Python program designed to facilitate the execution and disconnection of an OpenVPN VPN on Ubuntu, based on the OpenVPN3 commands that you can find Here. This readme.md file provides information on how to start and use the program
- Python 3
- Ubuntu (or another similar Linux distribution)
- OpenVPN3 client installed on the system
1 - Clone this repository to your local machine:
git clone https://github.com/alanvianaa/easy-peasy-vpn.git
2 - Navigate to the project directory:
cd easy-peasy-vpn
3 - Make sure you have the .ovpn
file in the root of the project.
4 - Make the start.sh
file executable:
chmod +x start.sh
1 - Execute the start.sh
file:
./start.sh
Or
1 - Right-click and select Run as program
.
If you wish to contribute to this project, feel free to do so. Fork this project and open a Pull Request in this repository, describing your changes.