this post was submitted on 07 Jan 2025
813 points (100.0% liked)
Technology
37848 readers
393 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
99.9% of all these "problems" can be solved by using an ablocker DNS and a couple of adb commands (on Android).
I'd be setting up a pihole if I had a smart tv
I went from pihole, to Adguard Home to (finally) ControlD. I chose to eventually outsource the DNS because I was letting all family without connection when playing with my miniserver :-P
Too bad adv commands are blocked on firetvs 😢
Well, yeah, though luck... Amazon (the store) is entirely banned from my house.
I thought this doesn't work cause AndroidTV forces its own DNS server, specifically 8.8.8.8, Googles own.
It works, but it needs a bit of work. In particular, you need a router capable of redirecting all DNS call to the DNS you specify (Asus routers can do that, for instance). Moreover, one should also use a blocklist to forbid the connection to most common DoT/DoH public servers, such as
https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/doh-vpn-proxy-bypass.txt
tl;dr It can be done and it's relatively easy, but one has to learn how to do it and choose proper tools (HW and SW).