/ETBR-VPN-APP

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

ETBR-VPN

Android VPN app fork of Cake-VPN which is based on OpenVPN library.

New things:

  • The app now has support for user/password auth ovpns
  • The app had some major UI changes and will have even more
  • Some annoying bugs fixed

Instructions for adding servers to the 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

This is Free Software!

This project, the uses of the VPN library "ICS OpenVPN" and the project this app is based on are all under GPLv2 License.

Make sure you understand the licenses of the code. OpenVPN for Android is GPL licensed.