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

Selfhosted

52787 readers
470 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

top 5 comments
sorted by: hot top controversial new old
[–] BlackEco@lemmy.blackeco.com 7 points 6 days 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 6 days ago

This.

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

[–] ivn@jlai.lu 3 points 6 days ago (1 children)

You could use Blocky for this. It can do both, apply some block lists and use DoT/DoH resolvers.

[–] LycaKnight@infosec.pub 2 points 6 days ago

I switched from pihole to Blocky and I love it way more. Works like a charm with dnscrpyt and android

Pi-hole with cloudflared or dnscrypt-proxy are what the docs recommend.