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

Proxy SOCKS4 / SOCKS5 don't work #723

Open
Justuser3310 opened this issue Jan 4, 2023 · 2 comments
Open

Proxy SOCKS4 / SOCKS5 don't work #723

Justuser3310 opened this issue Jan 4, 2023 · 2 comments

Comments

@Justuser3310
Copy link

I set
Session client = new TcpClientSession(host, port, protocol, new ProxyInfo(ProxyInfo.Type.SOCKS4, new InetSocketAddress("212.103.118.77", 5678)));
or
Session client = new TcpClientSession(host, port, protocol, new ProxyInfo(ProxyInfo.Type.SOCKS5, new InetSocketAddress("185.148.39.14", 63453)));

And... No changes. Ip on the server side didn't change.
WHY?

@Camotoy
Copy link
Member

Camotoy commented Jan 8, 2023

Please note that we don't really work with these types of proxies, so I don't know if we're going to get around to fixing this, if there's an issue. PRs are welcome, however.

@AlexProgrammerDE
Copy link
Contributor

Still happening? Proxy support was overhauled.

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

3 participants