this post was submitted on 10 Jul 2023
7 points (100.0% liked)

Internet Relay Chat

227 readers
1 users here now

founded 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] nocko 4 points 2 years ago* (last edited 2 years ago) (1 children)

There are programs which replace the network calls with SOCKS routines. The currently recommended one seems to be: https://gitweb.torproject.org/torsocks.git

[โ€“] wgs 1 points 2 years ago

This is correct indeed. However I should have specified that I already tried using torsocks with irssi, 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 use torsocks 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 :)