ShadowsocksR-Live / iShadowsocksR

ShadowsocksR (SSRoT) client for iOS
GNU General Public License v3.0
574 stars 326 forks source link

How can i support v2Ray in this current project ? #94

Closed AnitaGVMTechnologies closed 4 months ago

AnitaGVMTechnologies commented 4 months ago

Hi there I am able to sucessfully integrate the project and able to run but i need v2Ray support in this application

How can i add v2ray support please guide me !!

helpwanted

ssrlive commented 4 months ago

replace ssr-client core with v2ray core, since they are all standard socks5 server.

AnitaGVMTechnologies commented 4 months ago
Screenshot 2024-02-09 at 5 06 27 PM

You are talking about this ?

AnitaGVMTechnologies commented 4 months ago

Or could you please guide me by providing right v2ray core zip and provide steps like how i can replace and where and what exactly i need to do as i am new into that

ssrlive commented 4 months ago

This is the entry of SSR or OverTLS client.

https://github.com/ShadowsocksR-Live/iShadowsocksR/blob/6a78b510a2bd03c17ca342d31da0c18f332977d6/PacketTunnel/ProxyManager.m#L133-L167

look it yourself. I have no time to teach you.

you must wrap the v2ray client to a framework, likes overtls.framework.