On Thu, Dec 27, 2012 at 11:48 PM, Glyph <glyph@twistedmatrix.com> wrote:


Is there any reason you want to use Twisted to do your SOCKS proxying?  Programs like 'socksify' typically do what you need in a general way that does not require any awareness from your application.  (Twisted does have a SOCKS implementation, but it's rarely worth the trouble to plug it in.)

Twisted does not have a SOCKS client, actually, only a server AFAIK.

IIRC there's a 3rd party client library, but on github so therefore impossible to find.