Using Cloudflare DoH & OpenDNS Family Shield

Hi All - Have searched and didn't find what I was looking for and maybe it's because what I want is not possible.

Is it possible to have Pi-Hole using Cloudflare for DNS over HTTPS for privacy and also use OpenDNS Family Shield?

Would like to do both as I've found OpenDNS Family Shield does a better job blocking inappropriate sites than the lists I've loaded to Cloudflare.

Thank you in advance for any input!

You can use either or both of these as upstream DNS servers, but they will be in parallel, not series. Traffic will selectively route to the upstream server that is the best performing (see link below). If the traffic from Pi-Hole goes to Cloudflared, it won't be going to the OpenDNS service.

I looked at the OpenDNS site and it does not appear they support incoming DoH or DoT traffic, so it does not appear they can be configured as an upstream server with Cloudflared.

If your goal is filtering inappropriate content, then I would drop Cloudflared and route all the traffic to the filtered DNS provider. If your goal is to hide your DNS traffic from your ISP (or whatever reason you use encrypted DNS), then you would drop the filtered DNS and send all the DNS traffic through Cloudflared.

Thank you for the details and swift response!