this post was submitted on 20 Jun 2023
39 points (97.6% liked)
privacy
3334 readers
2 users here now
Big tech and governments are monitoring and recording your eating activities. c/Privacy provides tips and tricks to protect your privacy against global surveillance.
Partners:
- community.nicfab.it/c/privacy
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I gave a cursory look at the source code.
So, from what I can tell, nobody can see your IP address through Lemmy. But the person who runs the server that your Lemmy instance runs on can trace IPs by looking at access logs. That doesn't get shared with other servers, or even people who adminster your Lemmy instance but don't have access to the underlying server.
Hey thanks. I'm trying to be more mindful of how tech interacts with my life, and as a non techie, I appreciate you doing this, and I found it to be useful information even for my idiot self, even if only to understand the lemmyverse a little better.
Fyi As a (non-lemmy) backend developer, this is completely normal/standard use of IP addresses in a system not designed around harvesting your personal data. IP addresses are commonly used for efficiently and securely (security for the server more than you) handling active (inflight) requests so you generally only see it in specific network logs like those of the reverse proxy, not stored long term in a DB. Most of us who aren't in advertising or government want to know as little about you as possible.
Being privacy mindful is good, but it is a deep and creepy rabbit hole to go down. Stay safe out there 🙂.
Great, thanks for this. I did glance there but saw the migrations and blithely presumed I'd have to run them to see the resulting schema.
And ya, there's no way I can connect to an instance without revealing my IP to whoever controls that host, I'd be on a VPN if I was that concerned. Mostly just wanted to confirm someone with a self-hosted instance and a script kiddie hobby wouldn't be able to directly mess with the system of whichever hapless commentor says something they take umbrage at.
That sounds just about right. That fact that it is open source, already give me a good peace of mind.
Thanks for the information. 😊