this post was submitted on 31 Oct 2025
15 points (94.1% liked)

Selfhosted

52787 readers
585 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Using docker pihole, has anyone got any DoT/DoH working or even any Mullvad DNS?

Everytime I set any of these Pi-Hole just responds with Reply: No reply received

I've tried:

  • FTLCONF_dns_upstreams=194.242.2.6#853

with these too:

194.242.2.2#853

194.242.2.2#443

194.242.2.2

1.1.1.1#853

you are viewing a single comment's thread
view the rest of the comments
[–] BlackEco@lemmy.blackeco.com 7 points 1 week ago (1 children)

I don't think Pi-Hole can query DoT and DoH resolvers directly. People usually set up unbound or AdGuard's dnsproxy, configure it to forward queries to the DoT/DoH resolver and set it as Pi-Hole's upstream resolver.

[–] scott@lem.free.as 2 points 1 week ago

This.

As someone that has their Pihole talking to DoH Mullvad upstream, what is described above is exactly how I did it.