Jugendhackt / haskell-ricochet

(WIP/Experimental) Ricochet implementation as Haskell Library.
GNU General Public License v3.0
22 stars 0 forks source link

Connection via Tor #6

Closed froozen closed 9 years ago

froozen commented 9 years ago

We need send to connect to and via Tor.

photm5 commented 9 years ago

This is just a matter of opening a tcp connection over a socks proxy.

sternenseemann commented 9 years ago

network-anonymous-tor is the best package to work with.

photm5 commented 9 years ago

I’d recommend postponing all of the Tor control port stuff for some while.

sternenseemann commented 9 years ago

We use socks for connecting to TOR.