[Users] Using plugins through TOR

mlnl mlnl at mailbox.org
Sat May 8 17:38:28 CEST 2021


Hi Jeremy,

Jeremy via Users <users at lists.claws-mail.org> wrote:

>Unfortunately, I have run into a hitch: I cannot work out how to
>proxy the *plugins* . How can I ensure that the RSS reader is proxied,
>for example? 

I'm starting Claws with

#!/bin/sh

export http_proxy="http://hostname:8118/"
export https_proxy="http://hostname:8118:8118/"

sleep 2
claws-mail &

exit 0

to proxy traffic from RSSyl and Dillo to Privoxy and forward to Tor/VPN
Socks-Proxy etc.

Perhaps it's possible to use export
http(s)_proxy="socks5://localhost:9050" to use Tor directly(?)

-- 
mlnl

GPG:1FC05426F87FA623


More information about the Users mailing list