this post was submitted on 18 Feb 2025
215 points (99.5% liked)

Selfhosted

42716 readers
346 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Xraygoggles@lemmy.world 3 points 3 days ago (1 children)

The version I'm specifically using is Adhuard Home, which runs on a raspberry pi that sits between your home network and the internet. Basically just like Pi Hole. So it will filter the DNS queries on your devices, including smart TV.

One of the options for a blocklist was specifically labeled as Smart TVs, so I'm presuming that one would take the fuss out of watching the logs and choosing which requests to block. This list is likely available for pi hole too, so that feature wouldn't be unique. I know sometimes these will also block firmware updates, so that's something to watch for.

https://github.com/Perflyst/PiHoleBlocklist/blob/master/SmartTV-AGH.txt

[–] stetech@lemmy.world 2 points 3 days ago* (last edited 3 days ago)

Thanks! I’ve only known the on-device installable Adguard apps until now (which obviously won’t work for something like roommate’s Apple TV, for example), so this is new stuff to me. Interesting!