Zip-To-OVPN rewrite in GoLang (For started Learning GoLang)
This repository was created to provide a convenient and efficient tool for transforming .zip files into .ovpn files, simplifying the process of installing and connecting to a Virtual Private Network (VPN) using OpenVPN. By combining the necessary configuration files into a single .ovpn file, this program makes the installation and connection to the VPN more accessible and user-friendly, especially for those who are not familiar with manual .ovpn file configuration.
➜ ovpn ls
ca.crt client.crt client.key openvpn.ovpn
➜ ovpn ls
ca.crt client.crt client.key openvpn.ovpn combined.ovpn
- An . OVPN file is an OpenVPN pro file. An OVPN file's content includes virtual private network access configurations and client program settings for the OpenVPN software
- In summary, the main purpose of this repository is to offer a practical and effective solution that easily converts .zip files to .ovpn files, thereby streamlining the setup and usage of a Virtual Private Network with OpenVPN.
Developed in GoLang by Anaïs Saraiva aka Kisakay with <3