5

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

a06e
  • 12,613
  • 25
  • 66
  • 102

1 Answers1

4

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
  • 166
  • 8