Releases: Croissant-API/Croissant-VPN
v1.1.2
Download the zip
You should have OpenVPN installed TAP/TUN drivers installed, you can find an OpenVPN installer here.
Once you installed OpenVPN, check for this tray :

You have to close OpenVPN instances before running this program. Check on your task manager for "OpenVPN" or "OpenVPN Service" background processes to be closed.

Once that done, your VPN is ready to be used ! Open the app and then choose a VPN configuration.
This will ask for admin permissions, because the OpenVPN child who will be spawned by this app will need to use route.exe in order to add routes and give you the new IP.
If it doesn't connect, you either install it wrong or the host is not accessible, please retry installing OpenVPN and close OpenVPN Gui, OpenVPN Service, and Openvpnserv2
If done correctly, opening a cmd and typing curl ip-api.com should give you a new IP :

You can use :
- http://vpngate.net/
- https://openproxylist.com/openvpn/
to download OpenVPN configs manually and import them in OpenVPN GUI.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Download the zip
You should have OpenVPN installed TAP/TUN drivers installed, you can find an OpenVPN installer here.
Once you installed OpenVPN, check for this tray :

You have to close OpenVPN instances before running this program. Check on your task manager for "OpenVPN" or "OpenVPN Service" background processes to be closed.

Once that done, your VPN is ready to be used ! Open the app and then choose a VPN configuration.
This will ask for admin permissions, because the OpenVPN child who will be spawned by this app will need to use route.exe in order to add routes and give you the new IP.
If it doesn't connect, you either install it wrong or the host is not accessible, please retry installing OpenVPN and close OpenVPN Gui, OpenVPN Service, and Openvpnserv2
If done correctly, opening a cmd and typing curl ip-api.com should give you a new IP :

You can use :
- http://vpngate.net/
- https://openproxylist.com/openvpn/
to download OpenVPN configs manually and import them in OpenVPN GUI.
Note
What's Changed
- Fixed a bug that shown obselete IP, due to cache management
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Download the zip
You should have OpenVPN installed TAP/TUN drivers installed, you can find an OpenVPN installer here.
Once you installed OpenVPN, check for this tray :

You have to close OpenVPN instances before running this program. Check on your task manager for "OpenVPN" or "OpenVPN Service" background processes to be closed.

Once that done, your VPN is ready to be used ! Open the app and then choose a VPN configuration.
This will ask for admin permissions, because the OpenVPN child who will be spawned by this app will need to use route.exe in order to add routes and give you the new IP.
If it doesn't connect, you either install it wrong or the host is not accessible, please retry installing OpenVPN and close OpenVPN Gui, OpenVPN Service, and Openvpnserv2
If done correctly, opening a cmd and typing curl ip-api.com should give you a new IP :

You can use :
- http://vpngate.net/
- https://openproxylist.com/openvpn/
to download OpenVPN configs manually and import them in OpenVPN GUI.
Note
What's Changed
- Used this project to grab the OVPN config on the fly, instead of fetching them every time. Thus, every config is now stored in local, and can be launched either by the app, or via OpenVPN GUI
- Performance issues solved
- No more elevation required on Linux and macOS
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Download the zip
You should have OpenVPN installed TAP/TUN drivers installed, you can find an OpenVPN installer here.
Once you installed OpenVPN, check for this tray :

You have to close OpenVPN instances before running this program. Check on your task manager for "OpenVPN" or "OpenVPN Service" background processes to be closed.

Once that done, your VPN is ready to be used ! Open the app and then choose a VPN configuration.
This will ask for admin permissions, because the OpenVPN child who will be spawned by this app will need to use route.exe in order to add routes and give you the new IP.
If it doesn't connect, you either install it wrong or the host is not accessible, please retry installing OpenVPN and close OpenVPN Gui, OpenVPN Service, and Openvpnserv2
If done correctly, opening a cmd and typing curl ip-api.com should give you a new IP :

You can use :
- http://vpngate.net/
- https://openproxylist.com/openvpn/
to download OpenVPN configs manually and import them in OpenVPN GUI.
Note
I will soon create a branch that will automatically grab the configurations and the IP cache, like this, to be more efficient on the config scraping, and config manual downloading. Stay tuned and star the repo to follow this update !
What's Changed
implement web scraper by @QuantumChemist in #1chuis un peu fatiguéeby @QuantumChemist in #2
New Contributors
- @QuantumChemist made their first contribution in #1
Full Changelog: https://github.com/Croissant-API/Croissant-VPN/commits/v1.0.0