-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Support Socks4/5 Proxy #533
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
Comments
Contribution welcome |
Ok, I will make a new fork and write. |
What java version I must use for this? (JAVA 6, 7, 8?) |
If it's for 2.0, you can use 7. If for 1.8.x, use 6. |
What branch is 2.0? |
master |
@slandelle Thanks |
@Lekanich Well, you're the one who deserves thanks. |
I am interesting in this too and will be keen on contributing. What's the status of it and is there a wip branch where I can have a look at the current progress and help? |
Hi @bchazalet, Honestly, I have no idea where SOCKS support in Netty is now. From @trustin's comment here, I'm not sure it has support for client side sockets yet. |
thanks for the info @slandelle |
ah @bchazalet ... we need this too... as we use ssh tunneling with dynamic forward to local port |
@bchazalet , after a year.... does netty support this now? |
AFAIK, Netty 4 now has SOCKS support. But even if AHC 2 (currently in alpha) supports Netty 4, there's no integration for this codec. |
@slandelle How would you implement this? Can you throw a couple of pointers on where to start? And what codec are you talking about? Sorry for the naive questions, but I guess I have a lot of reading on both projects. |
@bchazalet A good starting point would be to look at the test case in Netty: It tests various cases, but they are essentially same.
|
I need socks5 support also. |
I need too! |
But I don't.
|
No activity there for a very long time. Closing for now. |
- invoke source-kitten with the correct flags - make location of source-kitten source checkout more robust
Adding support for Socks5; PR will be up soon. |
Can you add support socks proxy for netty provider? It was be wonderfull.
The text was updated successfully, but these errors were encountered: