How can I configure slack desktop client to use a socks proxy?
Asked
Active
Viewed 1,496 times
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'