this post was submitted on 17 Jan 2025
305 points (97.2% liked)

Technology

60704 readers
3847 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Tangent5280@lemmy.world 1 points 4 days ago (3 children)

Did you set it up on your router level? I thought I'd have to set it up device by device

[–] mint_tamas@lemmy.world 2 points 2 days ago

Not the person you asked, but also a nextdns user: I have a light (in terms of blocking) profile on my router (set up via a DoH address, but DoT and traditional DNS are also possible). Then I have a much more strict profile I use just for my phone and laptop with more serious blocking, including porn filters (recovering addict). I set these up per-device, but later I learned I can do it in Tailscale (which I did).

[–] randombullet@programming.dev 8 points 4 days ago

PiHole and AdGuard are both easy to setup servers for network wide DNS blocking. (Homenetworking)

NextDNS is an external entity that allows you to setup DNS blocking on devices that support DoT, DoH, and occasionally plaintext DNS. (For your phone and other mobile devices)

iPhones and Androids both support DoT while Firefox (and likely most modern browsers) supports DoH.

If you don't want to rely on an external entity, you could use a wire guard split tunnel to block your ads away from your home network. Additionally you can set up a VPS and self host your DNS server there.

[–] Pzulu@lemmy.world 3 points 4 days ago

If you can block all DNS traffic on you router, you can them redirect it to your own DNS server.

And PiHole seems to be the one many people use for that. Lots of guides for it, pre-made list on what to block etc.