Blog Post
Announcing Public Preview of Zero Trust DNS
Hi AditiPatange ,
I have tested the ZTDNS feature on my system and observed that all DNS queries are currently being sent over UDP. It appears that the configured DNS-over-HTTPS (DoH) URL is not being utilized for DNS resolution.
Below are the current ZTDNS settings on my system:
Command: netsh ztdns show state
ZTDNS Settings
----------------------------------------------------------------------
Enabled : Yes
Audit Mode : Yes
Block Local IPs : Block
Allow Hosts File : Block
Allow ICS DHCP Server : Block
Enable Localhost Forwarder : No
Max Record Age (s) : 86400
Service Name Refresh Timeout (s) : 1800
Command: netsh ztdns show server
ZTDNS Trusted Server: 8.8.8.8
----------------------------------------------------------------------
Port : 443
Server Type : DoH
Template : https://dns.google/dns-query
Could you please advise on the necessary configuration changes required to ensure that DNS queries are forwarded over DoH as intended?