this post was submitted on 10 Nov 2023
100 points (99.0% liked)
Privacy
31800 readers
227 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
Chat rooms
-
[Matrix/Element]Dead
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 don't know if it even works, but have you considered relying on their Stealth protocol? While its absence on Linux ~(and~ ~Windows)~ means that you might not even be able to make use of it in the first place, I'm still interested to know if it makes any difference.
deleted
Oh, this is great! I didn't know about the Stealth protocol. It's helped me log into at least one previously stubborn site! Thanks for sharing! 💯
Welp, time to run a proxy server on your phone.
In Termux there's 4 as far as I am aware. Squid, polipo, privoxy and tinyproxy. I use tinyproxy because it's pretty simple to set up. Just check the man page.
Alternatively there's app called "Android proxy server" in Google Play Store, which is the simplest solution
If you decide to use basic authentication, keep in mind that it's not encrypted. It's transported in base64. So definitely don't reuse passwords, as if you should do that otherwise anyway. If you really don't want someone else to connect to it, just leave it on localhost and use SSH tunnel.
You should be using https anyway so that should not matter.
I am talking about basic authentication to HTTP proxy. Useful on multi-user LAN networks.