Hello All,
What I understand that you have Active Directory (ADDS) and DNS Services roles installed on Windows 2022 server.
You ask if DNS services are doing secure queries.
Right?
If yes then your question isn't about DNS Client but about DNS services (DNS server).
I'm asking the same question.
Do Windows 2022 DNS Server role support DoT or DoH? Here are some definitions, what is DoH and DoT:
https://www.cloudflare.com/learning/dns/dns-over-tls/
DoH - You would have to develop it on IIS. It would work like this:
- Query your localhost on port 53.
- IIS transforms query into HTTPS query.
- Your host queries with HTTPS
DoT - Can anyone confirm if Microsoft implemented anything?
I'm going for what most did in this case. Build your own DNS service on Linux.:
- Your computers query your Windows DNS the old way
- Reconfigure your Windows DNS service to query your local linux the old way
- Your Linux queries in secure way.