# Cake-VPN
**Repository Path**: ttx_urey/Cake-VPN
## Basic Information
- **Project Name**: Cake-VPN
- **Description**: No description available
- **Primary Language**: Java
- **License**: GPL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-07-22
- **Last Updated**: 2025-07-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Cake-VPN
Android VPN app based on OpenVPN library.
Install app from : Google play store
## Note
I use free OpenVPN configuration file from this site https://www.vpngate.net/en/
I am not sure how long it will work with the free ovpn file. It's better to update ovpn files with your own ovpn.
## Instruction to update server list:
1. Replace/add your .ovpn file with assets/ directory .ovpn file
2. Now go to MainActivity.class and find the "getServerList()" method there you have to update server information.
3. [!Optional] At Last go to SharedPreference.class and find the "getServer()" method there update default server information.
## License
**Free Software!**
This project and the uses VPN library "ICS OpenVPN" both are under GPLv2 License.
> Make sure you understand the licenses of the code. OpenVPN for Android is GPL licensed.
- see the [License File](LICENSE) for more details.