We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So I've found out there is partial support for socks proxy, to be more specific, there is a setProxy method for Peer but not for Pool.
setProxy
Peer
Pool
On a different note, it seems a priori Socks5Client isn't working well with tor, could this be?
Socks5Client
I have a set of patches to solve this issue but I'd like to know what are the plans for implementing good socks proxy support.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So I've found out there is partial support for socks proxy, to be more specific, there is a
setProxy
method forPeer
but not forPool
.On a different note, it seems a priori
Socks5Client
isn't working well with tor, could this be?I have a set of patches to solve this issue but I'd like to know what are the plans for implementing good socks proxy support.
The text was updated successfully, but these errors were encountered: