gayanvoice / android-vpn-client-ics-openvpn

⭐ Create your Android VPN App by using Android Studio and publish to Google Play Store 🤖
https://gayanvoice.medium.com/develop-a-vpn-app-in-java-using-android-studio-6f1f2d66031e
MIT License
586 stars 318 forks source link

Can anyone post an example of working configuration files? #38

Closed ElysiumGit closed 4 years ago

karthik2342323 commented 4 years ago

Even I am getting same error .

gayanvoice commented 4 years ago

https://raw.githubusercontent.com/gayanvoice/android-vpn-client-ics-openvpn/images/appdetails.json In appdetails the file id is the same file id in https://raw.githubusercontent.com/gayanvoice/android-vpn-client-ics-openvpn/images/filedetails.json

{
  "ovpn_file":[
    {"id":0,"file":"The copy paste of the entire OpenVPN configuration file example japan.ovpn"},
    {"id":1,"file":"You can put another configuration file"}]
}