sockslib icon indicating copy to clipboard operation
sockslib copied to clipboard

A Java library of SOCKS5 protocol including client and server

Results 20 sockslib issues
Sort by recently updated
recently updated
newest added

Hello, could we start some regular versioning and releasing into maven repositories in public domain? Ladislav

Is there any convient way to use this lib for reverse proxy implementation?

I could not build the project under Windows. Fixed.

Hello, i have a problem with SOCKS5 socket. "[12.06 00:38:13] javaw.exe *64 - domain.com error : Could not connect through proxy 127.0.0.1:8082 - Proxy server cannot establish a connection with...

this method works fine when the url contains http, but it wouldn't works when the url contains https. for example: works fine: getResponse(new URL("http://www.worldjournal.com/")); don't work: getResponse(new URL("https://google.com/")); public static...

It crashes due to a stack-over-flow problem everytime when I used the library as a socks5server running on Android device。Which is caused by the frequently allocated byte[] buffer using in...

如果说错了请纠正。作者有没考虑后期上NIO的selector?

Hi, I'm using latest beta release of fucksocks in JUnit test and starting/stopping the server for each test. I'm configuring the proxy using Java system properties, however this prevents the...

It would be amazing if you add some great java docs & just a proper wiki on how to use the library with java Because right now I had to...