ashraf789 / Cake-VPN

Android VPN app based on OpenVPN library.
GNU General Public License v2.0
382 stars 141 forks source link

Any plan to use json file as server list? #121

Closed ombapit closed 2 years ago

ombapit commented 2 years ago

Did you have a plan to load list server and connection from json file?

ashraf789 commented 2 years ago

To load JSON data from a server you need API. if you have a ready api then it's not hard to update the current flow with api data. I already implemented it with a live app which is live on the google play store But the API source code that i made it's not open source.

ashraf789 commented 2 years ago

Did you have a plan to load list server and connection from json file?

Don't have a plan to update the current source code with API data.