Kisakay / zip-to-ovpn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zip-to-ovpn

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.

Tranform .zip to .ovpn

Before

➜  ovpn ls
ca.crt  client.crt  client.key  openvpn.ovpn

After

➜  ovpn ls
ca.crt  client.crt  client.key  openvpn.ovpn combined.ovpn

FAQ

What is .ovpn file ?

  • 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

Why this repo are created ?

  • 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 Python by Anaïs Saraiva aka Kisakay with <3

About

License:MIT License


Languages

Language:Python 100.0%