weechat-matrix-protocol-script icon indicating copy to clipboard operation
weechat-matrix-protocol-script copied to clipboard

proxy

Open yardenac opened this issue 8 years ago • 1 comments

Can I send my matrix traffic through a socks proxy?

yardenac avatar May 20 '17 03:05 yardenac

Hypothetically, as long as the appropriate environment variable is set for curl to use (set before starting weechat), then yes. As memory serves, that would be:

export socks_proxy=socks://myproxy:1234
weechat

Now weechat and its scripts (and its scripts that invoke curl like this one) will use that SOCKS proxy.

brycied00d avatar Jul 20 '17 17:07 brycied00d