3

I have been trying to configure irssi to run through a socks 5 proxy. In the documnetation there is no mention of how to use a socks5 proxy. Some threads the net say it can be done but there is no mention on how to do it. Also, these threads are atleast 3 to 4 years old. I even tried running irssi through tsocks but it does not seem to be working

So, is it even possible to run irssi through a socks5 proxy and if so how do I do it?

Braiam
  • 69,302
Hashken
  • 6,350
  • I've been using weechat as an alternative to irssi and it's pretty good. I have faced no problems with proxy configurations. – Hashken Dec 28 '15 at 06:55

1 Answers1

1

According to the irssi website, irssi needs to be compiled with socks proxy support, in order for that to work. The necessary compilation flag is --with-socks

source: http://irssi.org/beginner/ search for "socks"

  • 1
    This doesn't answer the question fully. The question is not only whether irssi can use a SOCKS proxy, but also how to get irssi to use a particular SOCKS proxy. – Chai T. Rex Feb 01 '17 at 22:16