weechat-matrix-protocol-script
weechat-matrix-protocol-script copied to clipboard
proxy
Can I send my matrix traffic through a socks proxy?
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.