/yazivpn

Opensource VPN application

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

YaziVPN.

Android VPN app based on openVPN Library.

Main UI

Instructions to update servers:

Step 1: Add/Update your ovpn file in assets directory.

Step 2: Go to MainActivity.class file and find method "getServerList()" and update/add your server information. The server information has server icon image, server ovpn file, server username and password. Add/Update all these.

Step 1 (1)

(If you have changed or deleted default Japan sever than follow the step 3 otherwise skip it)

Step 3: Go to SharedPreferences.class file and Add information (icon of server, ovpn file name, server username and password) of anyone of your server (which will be used as default server).

Step2

Thats all.