You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: