6

How can I configure slack desktop client to use a socks proxy?

a06e
  • 14,233

1 Answers1

5

You could use this command on Linux:

slack --proxy-server='socks5://localhost:1080'

Obviously, you could use this for http proxy:

slack --proxy-server='http://localhost:3128'
snoba
  • 176