Hi,
to my knowledge IPA's DNS server is Bind.
And this server is working as recursive DNS for internal domains.
Question:
Can I use this DNS server for recursive DNS request of external domains, too?
If yes, how?
My intention is to send client request to Pi-hole first for DNS filtering; Pi-hole will act as DHCP, too.
If IPA's DNS server bind does recurse, then I would have it set as the upstream to Pi-hole.
Client --> Pi-hole --> IPA --> Internet
In case IPA's DNS server does not support recurse DNS for external domains, then I consider to add another service proving recurse DNS only: unbound DNS.
Client --> Pi-hole --> IPA --> Unbound --> Internet