GeyserMC / MCProtocolLib

A library for communication with a Minecraft client/server.
MIT License
721 stars 202 forks source link

Proxy SOCKS4 / SOCKS5 don't work #723

Open Justuser3310 opened 1 year ago

Justuser3310 commented 1 year ago

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 commented 1 year ago

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.