dev7dev / V2ray-Android

A simple Java module with sample source for implementing V2ray/Xray on Android.
37 stars 12 forks source link

🔗 URI links #8

Closed itsDantes closed 7 months ago

itsDantes commented 7 months ago

thanks for your work 👍

please add ability to support URI links , because we should convert links to jSON every time.

CodeWithTamim commented 7 months ago

thanks for your work 👍

please add ability to support URI links , because we should convert links to jSON every time.

I can add that bro !

dev7dev commented 7 months ago

thanks for your work 👍

please add ability to support URI links , because we should convert links to jSON every time.

Hi, You can use this python library to convert v2ray uri to json. https://github.com/Am-Delta/v2ray-to-json You can also understand the logic of converting v2ray uri`s to json from this library and implement it in Java. We would appreciate it if you write a Java module to convert v2ray uri to json and commit it to this repository.