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?

  • kevincox@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    3 years ago

    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.

      • kevincox@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        3 years ago

        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.

        • Gwynne@lemmy.ml
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          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.

  • ufra@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 years ago

    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.