this post was submitted on 23 Mar 2021
13 points (100.0% liked)

Privacy

33527 readers
617 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

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

For example https://reddit.com/r/privacy.rss generates rss feed . If i use that feed can reddit still track me based on ip? If yes whats the best way to generate rss feeds without exposing ips?

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 3 years ago (1 children)

You would have to read their privacy policy and decide if you trust them to determine if they track you based on your IP.

RSS works by something downloading the RSS feed. So some IP will need to connect to Reddit to fetch it. If you don't want to reveal your IP then you need to fetch it from somewhere else.

  • Use Tor to download the feeds.
  • Use a hosted service to fetch the feeds. However that service will see your IP and know what feeds that you are reading.
  • Use a VPN. But the VPN will see your IP and that you are connecting to Reddit.
  • Use a proxy. But the proxy will see your IP and what you are fetching.

So basically yes, fetching an RSS feed will be associated with an IP address (like anything else across the internet) so if you don't want Reddit to see your IP address you will need to get something else to connect to Reddit on your behalf.

[–] [email protected] 3 points 3 years ago* (last edited 3 years ago) (1 children)

how to use tor with rss; https://medium.com/@crodges/anonymous-rss-with-newsboat-and-tor-1f310e54af73

this is the only way I found that works. I've talked about it in a recent post; https://lemmy.ml/post/57756/comment/43639

[–] [email protected] 1 points 3 years ago (1 children)

I've also successfully put self-hosted servers into a network namespace that routes everything through Tor (basically like a VPN, except through Tor). This works for basically every service as long as it uses TCP. However if it has native proxy support configuring that can be easier if you trust that it doesn't leak.

[–] [email protected] 0 points 3 years ago

you could just route everything on the computer through tor without a vpn or anything fancy like that. but I use clearnet and tor at the same time alot of the times.

I recommend using a raspberry pi for a vpn for that, btw. you don't have to trust anyone if you own the thing.

[–] [email protected] 2 points 3 years ago* (last edited 3 years ago) (1 children)

good question ... I just checked to see if teddit or libreddit dished out .rss but it looks like ~~not~~ it does it a bit differently (see below). ~~Maybe some other mirror which serves rss is out there.~~

[–] [email protected] 7 points 3 years ago (2 children)
[–] [email protected] 3 points 3 years ago

ohhh .. nice I was trying .rss / .json . Just tried it and it worked like a charm. thank you

[–] [email protected] 2 points 3 years ago

This is what I am looking for Thanks