Does anyone do this ? I’ve been using irssi for years but it does not support using a SOCKS proxy which makes it unsuitable for this purpose.
Does anyone do this ? I’ve been using irssi for years but it does not support using a SOCKS proxy which makes it unsuitable for this purpose.
There are programs which replace the network calls with SOCKS routines. The currently recommended one seems to be: https://gitweb.torproject.org/torsocks.git
This is correct indeed. However I should have specified that I already tried using
torsocks
withirssi
, and it doesn’t work:Connection to a local address are denied since it might be a TCP DNS query to a local DNS server. Rejecting it for safety reasons. (in tsocks_connect() at connect.c:191)
Apparently irssi does not play well with
torsocks
. They mention using ProxyChain-NG, but I’d rather usetorsocks
with another client, or even better, use a client that supports SOCKS proxies.I was just curious to know what other people might be doing :)