[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Mini-library: SOCKSify all TCPSocket instances

Stephan Maka

5/15/2007 8:23:00 PM

Hello

I wanted to tunnel all TCP connections of a Ruby program through the Tor
anonymizing proxy. Instead of using tsocks (which is OS depending and
leaks DNS) I modified TCPSocket directly. Example usage can be seen in
the lame & only test case.

Get the code with:
git-clone http://cthulhu.c3d2.de/~astro/git/socksif...


Stephan