• 0 Posts
  • 14 Comments
Joined 1Y ago
cake
Cake day: Jun 22, 2023

help-circle
rss

This is the correct answer if privacy is your priority. They’re not particularly cheap, however.


I’ve done the same! It’s impossible to buy dumb TVs nowadays, but you can always prevent them from connecting to the network.


Chuck 'em in the garbage and get something that doesn’t break when you insist on privacy.



Thank you for the detailed response! I’m going to give it a try! This will be a step up from OpenWRT on a cheap router, I’ll bet!



Unraid is a great option for anyone, but beginners in particular. It does, however, cost money and isn’t open source.


Sorry, the video takes too long to get to the subject it claims to be about.






Decent older servers (e.g., Dell Poweredge) can be had off of Craigslist/FB Marketplace pretty cheaply (~$300-$400).


You can also achieve this with any VPN by using two Docker containers:

  1. Gluetun: https://github.com/qdm12/gluetun
  2. Tailscale: https://tailscale.com/kb/1282/docker/

Set Gluetun up to connect to your VPN (they support a huge number of providers) and then set the Tailscale container to use the Gluetun’s network. Then, use that Tailscale container as your exit node.

You can also combine this with a self-hosted Headscale (https://github.com/juanfont/headscale) instance.