Why I Put DNS-over-HTTPS on My Home Router (and the Messy Reality That Followed)

I set up DNS-over-HTTPS on my home network to block trackers and speed up browsing. Here’s what worked, what broke, and how I fixed the annoying bits.

Written by: Rohan Deshpande

A person typing on a laptop with network gear and cables in the background
Image credit: Brooke Cagle / Unsplash

I wanted fewer trackers, fewer ISP DNS hijinks, and slightly faster page loads. The answer I reached after a few evenings of tinkering was to run DNS-over-HTTPS at home. It sounded simple: encrypt DNS, point everything at the local resolver, feel smug.

That’s the short story. The long story involves a flaky smart TV, an Android phone that wouldn’t obey, and one small change that made my parents’ old desktop refuse to browse. If you’re an Indian developer thinking about doing this on your home network, here’s what I learned the hard way—what actually improved and the tradeoffs you’ll run into.

Why DNS-over-HTTPS mattered to me

Main keyword: DNS-over-HTTPS — I used it for encrypted lookups across devices.

What I actually set up

The good bits (real gains)

The messy, realistic downsides

Practical tips that saved me time

When I’d do this differently next time I would deploy a small HA pair (two Pis) or run the DoH client in a cheap cloud region close to me and use the Pi as a forwarder. That reduces the single-point-of-failure pain without adding too much cost—useful when you can’t babysit the home box every weekend.

Verdict (my position) DNS-over-HTTPS on a home network is worth it if you care about privacy and clean DNS results and are willing to accept a small compatibility burden and maintenance overhead. It’s not a magic fix for all privacy problems—browser fingerprinting and tracking scripts still exist—but it’s a practical, low-cost layer that materially improves browsing quality for me.

If you’re comfortable with occasional troubleshooting (helping guests sign in, fixing a stubborn TV), go ahead and set it up. If your household hosts many legacy devices or you need a pure “set it and forget it” router, you may prefer a managed DNS filtering service instead.

Parting note: make a small README for your home network. Write down the steps to flip DoH on/off and put it on the fridge. When your mom’s phone stops opening WhatsApp Web at 10 pm, you’ll be glad you did.