khizar1556 / flutter_openvpn

OpenVpn for android 12 and below you can use it in flutter and react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed-VPN

Android VPN app based on OpenVPN library.




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.

About

OpenVpn for android 12 and below you can use it in flutter and react native

License:GNU General Public License v2.0


Languages

Language:Java 98.4%Language:AIDL 1.6%