pydle icon indicating copy to clipboard operation
pydle copied to clipboard

Tor support

Open nemesis7331 opened this issue 7 years ago • 1 comments

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.

nemesis7331 avatar Nov 14 '17 00:11 nemesis7331

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

shizmob avatar Mar 14 '18 04:03 shizmob