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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: