fengyouchao/sockslib

Create proxy

MALW3R3 opened this issue · 0 comments

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 the target - general SOCKS server failure."
@fengyouchao
code
SocksProxyServer proxyServer = SocksServerBuilder.buildAnonymousSocks5Server(8082); proxyServer.start();

And how i can listen everythink/connection etc on that socks like in esocks ?

Thank you