Integration
Taherismail17 opened this issue · 4 comments
Taherismail17 commented
How to integrate into https://github.com/sheng/ladder-ios
zhuhaow commented
This project is not stable, it crashes.
How to do it should be straight forward just as you use any library. If you don’t know what to do with this library, you should learn network first. There is no general rule or anything let you do it in a line of magical code, it depends on what you want to achieve.
… On Jul 4, 2018, at 10:56, Taher Ismail ***@***.***> wrote:
How to integrate into https://github.com/sheng/ladder-ios <https://github.com/sheng/ladder-ios>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#9>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABOmLCkf0aUWEZ5H2dIP_U097G23-20Kks5uDC7fgaJpZM4VB4nJ>.
Taherismail17 commented
Hey, I have a Shadowsocks client which will tunnel certain apps and all websites. It doesn’t work with Facebook, Instagram etc. I want to tunnel these websites too similar to Potatso and ShadowRocket.
Sorry, I’m new to working with VPN Extensions and Shadowsocks
zhuhaow commented
There is really no simple way to do it. All the library just help you do some part (usually the most complicated part) of it. But yourself still have to make a lot of decisions. It sounds easy to route traffic from app that does not feel good about just using the system build-in network utility for obviously no good reasons, but there is no general rule and involves really a lot of stuffs (sometimes dirty and hacky) than setting up a proxy server.
Basically, NEKit already provide most things you need, if you wonder how to do it, you can check the code. However, since NEKit depends on tun2socks to processing IP packet data which is not stable, you can't use it to do it yet. But is should provide all the things you need to know if you read everything in NEKit.
… On Jul 6, 2018, at 11:02, Taher Ismail ***@***.***> wrote:
Hey, I have a Shadowsocks client which will tunnel certain apps and all websites. It doesn’t work with Facebook, Instagram etc. I want to tunnel these websites too similar to Potatso and ShadowRocket.
Sorry, I’m new to working with VPN Extensions and Shadowsocks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#9 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABOmLNvXZKKfCKUPY581zq4m0vK3t-URks5uDtM0gaJpZM4VB4nJ>.
Taherismail17 commented
Thanks for your reply. I will see what I can do. I’m 16 so don’t have too much experience with this yet.
Thanks