this post was submitted on 22 Nov 2024
211 points (99.1% liked)

Technology

59575 readers
3876 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. 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
[–] ftbd@feddit.org 31 points 22 hours ago (6 children)

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.

[–] stupidcasey@lemmy.world 5 points 7 hours ago (1 children)

I always have issues with dns blocking so I tried something sneaky I redirected all DNS requests to 1.1.1.1/1.0.0.1 and it worked brilliantly, for about a month when it stopped working all together, I don’t know if a cache was wiped or google saw what I was doing and made a special exception just for me, obviously I want to believe I’m a special snowflake taking the world’s largest internet company head on in an epic battle of wits and skill but I think the cache thing might be more likely for some reason.

[–] ftbd@feddit.org 1 points 5 hours ago (1 children)

You mean redirecting on your router? How should google stop you from doing that? And why would you redirect to cloudflare lol

[–] TORFdot0@lemmy.world 1 points 23 minutes ago

It could start using DNS over HTTPS if it had enough failed requests. Those wouldn’t be able to be redirected

[–] wrekone@lemmy.dbzer0.com 10 points 11 hours ago

Depending on your router you can forward all request on port 53 to your DNS server regardless of the IP they try to use.

[–] Saik0Shinigami@lemmy.saik0.com 23 points 15 hours ago* (last edited 15 hours ago) (1 children)

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.

[–] Goun@lemmy.ml 0 points 50 minutes ago (1 children)

Do DoH requests go though 443?

[–] Saik0Shinigami@lemmy.saik0.com 2 points 46 minutes ago

Yes. But there are lists of well known IPs that are serving DoH. So you can just block those. Obviously blocking 443 is not a good idea.

[–] S_H_K@lemmy.dbzer0.com 5 points 15 hours ago (1 children)

I connected an old laptop with linux mint and put the TV always in HDMI mode. Problem solved.

[–] addie@feddit.uk 12 points 21 hours ago

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.

[–] sugar_in_your_tea@sh.itjust.works 6 points 22 hours ago (2 children)

Dang, so you'd have to block Google's DNS at the router level too?

[–] ftbd@feddit.org 7 points 16 hours ago

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.

[–] sanguinet@lemmy.ca 8 points 17 hours ago (1 children)

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.