this post was submitted on 22 Nov 2024
170 points (99.4% liked)
Technology
59555 readers
3438 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
FYI for those using DNS-based adblocking: I discovered that my AndroidTV box asks 8.8.8.8 when my local DNS server blocks a request.
Depending on your router you can forward all request on port 53 to your DNS server regardless of the IP they try to use.
Block all port 53 traffic from your network outside of your DNS server/pihole itself.
Block all known DoH servers.
If you want to get REALLY fancy you can write a NAT rule that will force any outgoing request on port 53 to route to your dns/pihole.
I do all of this. It's actually funny to see the requests that were hardcoded to go somewhere. Giant fuck you to those companies.
I connected an old laptop with linux mint and put the TV always in HDMI mode. Problem solved.
What a shower of twats. Don't block the request in that case, just redirect it to your local server that returns a 1x1 transparent png for all requests.
Dang, so you'd have to block Google's DNS at the router level too?
I set up my firewall to block all outgoing traffic to ports 53 and 853 (except for the upstream traffic from my pihole). I suppose DoH could still sneak through though.
I wouldn't mind doing it. I run my own DNS so it wouldn't affect me, but I figure if they're already trying 8.8.8.8 they may as well try 8.8.4.4 and perhaps more, so it'd require a bunch of firewall rules.
Now, all of that is moot point cause I hate the whole "smart TV" thing, so they'd never be connected to the internet.
Right. It's probably easier to give it a whitelist instead of a blocklist.