yuger / VPN2018

One Click VPN for Android. 一键连接VPN Android 专用.
https://play.google.com/store/apps/details?id=global.vpn.usa
129 stars 47 forks source link

there is no option for secret key #10

Open gauravgupta566 opened 5 years ago

gauravgupta566 commented 5 years ago

URL url = new URL("server address");// TODO 你的配置文件URL地址 vp.mName = Build.MODEL;// vp.mUsername = "username"; vp.mPassword = "password";

I have filled all these but there is no option for secret key. how can i fix it??

Thanks in adavance

JulianLazarus commented 5 years ago

I would start by finding an ovpn file for a server that is live, set the url to that server then see what's actually required to be a valid VpnProfile..., just a quick way to bypass trial and error.