Discussions

Ask a Question
Back to All

Are there any plans for supporting 'Discovery of Designated Resolvers' (RFC9462) ?

DDR allows clients (like Apple devices) switch to DoH or DoT (or even DoQ) equivalents of the local resolver automatically. They issue a DNS query for _dns.respolver.arpa to discover the presence of them (if any). Here's an example for 8.8.8.8:

dig SVCB _dns.resolver.arpa @8.8.8.8

;; ANSWER SECTION:
_dns.resolver.arpa. 86400 IN SVCB 1 dns.google. alpn="dot"
_dns.resolver.arpa. 86400 IN SVCB 2 dns.google. alpn="h2,h3" key7="/dns-query{?dns}"

I was wandering if Controld also has plans to support this feature?