An Open-VPN connection script for use via the terminal, mostly on Linux but should work with all Operating Systems (check Installation)
Detailed steps to set up the project locally.
# Clone the repository
git clone https://github.com/clonne101/vpn-conn.git
# Navigate to the project directory
cd vpn-conn
# Install dependencies
Visit OpenVPN Connect (https://openvpn.net/client/), to download and
install the client binary for your Operating System.
Before running any of the commands below, kindly make sure you have copied
your client.ovpn
into this directory.
Here are the available Makefile commands for managing the VPN connection:
#### Start the VPN Connection
make start
#### Stop the VPN Connection
make stop
#### Show the VPN Connection Status
make status
#### Prints out command list when in doubt
make help
Guidelines for contributing to the project.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request.
If you encounter any issues, have questions, or would like to suggest an enhancement, please submit an issue through the GitHub repository.
- Search for existing issues: Before creating a new issue, please check if the issue has already been reported.
- Open a new issue: If no existing issue matches your problem, open a new issue by clicking on the "New Issue" button in the Issues tab.
- Describe the issue: Provide a clear and concise description of the issue. Include steps to reproduce the problem, expected behavior, and actual behavior. If applicable, add screenshots or code snippets to illustrate the issue.
- Label the issue: Add relevant labels (e.g., bug, enhancement, question) to help categorize the issue.
This project is licensed under the GPLv3 License.
Please read the Code of Conduct for details.
- Email: openclonne@duck.com
- GitHub: clonne101
- Open-VPN Connect - Connect to Access Server, CloudConnexa or any OpenVPN protocol-compatible server or service.