this post was submitted on 18 Aug 2026
325 points (96.0% liked)

Selfhosted

61544 readers
612 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

The mouse did not survive interrogation.

Also mouse not pictured.

you are viewing a single comment's thread
view the rest of the comments
[–] tofu@lemmy.nocturnal.garden 13 points 2 days ago* (last edited 2 days ago) (2 children)

Pihole is cool, but fucked me over as well more than once (not the pihole itself but the host). It's on its own hardware now, but I plan to add a second one to reduce the single point of failure.

[–] nnullzz@lemmy.world 9 points 2 days ago (2 children)

Haven’t thought of that tbh. Would they both just share configuration? Curious how leasing would be split/shared between them. Off to research!

[–] Darkassassin07@lemmy.ca 12 points 2 days ago* (last edited 2 days ago) (2 children)

I've been running two piholes for a few years:

I let the router handle dhcp, while having it hand out each of the piholes IPs as DNS #1 and DNS #2. Those piholes settings are mirrored using Nebula-Sync, so any change made to one pihole gets copied over to the other automatically.

Both of those piholes are setup to wrap outbound DNS reqests in DOH as well, with the router blocking port 53 outbound. So all DNS traffic leaving the network has to be DOH/DOT or it just gets dropped. Currently using NextDNS and quad9 as my upstream DOH providers.

Note: the cloudflared method for DOH is outdated. I'm still using it via the docker image "image: cloudflare/cloudflared:2025.11.1"

I believe This (dns-crypt) is the more recent method.

[–] nnullzz@lemmy.world 5 points 2 days ago

Oh sweet this is super helpful! Doesn’t seem too complicated. Thanks!

[–] meltedcheese@c.im 2 points 2 days ago

@Darkassassin07 Looks very useful. Also timely for me. I have a use case that requires multiple synched pi-holes. 👍🏼

[–] tofu@lemmy.nocturnal.garden 4 points 2 days ago (1 children)

There's some sync mode but I haven't really looked into it yet.

[–] nnullzz@lemmy.world 4 points 2 days ago
[–] Archer@lemmy.world 4 points 2 days ago (1 children)

Yep I’ve had it randomly stop working if it has to serve clients outside it’s subnet

[–] Carl@anarchist.nexus 3 points 1 day ago

I mean, would you want it to serve clients outside of your subnet? I guess maybe if you had something like a guest network. But I tend to take the “fuck it, you get basic service and nothing else” approach to things like guest networks.

Isn’t it a potential security issue to have your pihole serve things on any subnet, because it allows an improperly configured firewall to stab at your pihole? I think you can specify any additional subnets it will serve in the settings somewhere. But IIRC, the default behavior is to intentionally drop traffic from unknown subnets. But that’s just off the top of my head.