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
I need to use pydle with Tor, so i did a dirty modification in connection.py:
import socks import socket socks.set_default_proxy(socks.SOCKS5, "localhost", 9050) socket.socket = socks.socksocket
Do you think it could be a feature to add in a proper way? If so I would be glad to help.
The text was updated successfully, but these errors were encountered:
Proxy support seems fine to add, I'd welcome such a feature!
Sorry, something went wrong.
No branches or pull requests
I need to use pydle with Tor, so i did a dirty modification in connection.py:
Do you think it could be a feature to add in a proper way?
If so I would be glad to help.
The text was updated successfully, but these errors were encountered: