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

Tor support #66

Open
nemesis7331 opened this issue Nov 14, 2017 · 1 comment
Open

Tor support #66

nemesis7331 opened this issue Nov 14, 2017 · 1 comment

Comments

@nemesis7331
Copy link

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.

@shizmob
Copy link
Owner

shizmob commented Mar 14, 2018

Proxy support seems fine to add, I'd welcome such a feature!

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

2 participants