Android VPN app based on OpenVPN library.
Install app from : Google play store
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.
- Replace/add your .ovpn file with assets/ directory .ovpn file
- Now go to MainActivity.class and find the "getServerList()" method there you have to update server information.
- [!Optional] At Last go to SharedPreference.class and find the "getServer()" method there update default server information.
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 for more details.