this post was submitted on 31 Mar 2021
29 points (93.9% liked)
Privacy
33166 readers
809 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use everything through TOR, I haven't found a way to use it with matrix so I asked
Matrix clients does support connecting to Tor. For example Quaternion,Mirage has this;Element doesn't have a UI for it (it is on the roadmap) but you can use it on a browser or on desktop use the cli flag
--proxy-server
and on Android use Orbot in VPN mode. It also depends on the homeserver whether they allow connecting through Tor or have a policy against that. Multiple accounts too are on the roadmap for Element: on browser you have to use containers or separate profiles; on desktop use the--profile
flag.can you send me a link to the source for Element+TOR ? or can you make an example of how to use
--proxy-server
?See here. This is the issue tracking the UI for proxy too. The flag comes from Chromium; you can't use a http+password proxy though since Chromium doesn't support that too.
thank you 2000x, this is just the valuable information that I needed.