Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't route traffic when create a SOCKS proxy using netty #13334

Open
Yamen-Alazzam opened this issue Apr 16, 2023 · 1 comment
Open

Can't route traffic when create a SOCKS proxy using netty #13334

Yamen-Alazzam opened this issue Apr 16, 2023 · 1 comment

Comments

@Yamen-Alazzam
Copy link

I have been created a SOKCS Proxy using NETTY library in Android.
now I have implemented the code and everything works fine and the SOCKS proxy connected on local network IP that the phone connected with, so the thing is I want to route all the outgoing data to the mobile data IP , but I didn't find anything that I can do with NETTY library itself , so any information on this ,will be very helpful, is there a way to do what I mentioned.

@hyperxpro
Copy link
Contributor

You're basically looking for VPN to route all traffic via a tunnel. Configure a system-wide proxy in your phone and your best bet is to expect that most apps will auto-pick and use it.

Also, this is entirely out of the context of Netty. Consider heading over to StackOverflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants