DNS Privacy Considerations

Overview#

DNS Privacy Considerations Privacy Considerations associated with the use of the Domain Name System (DNS).

RFC 7626 describes the Privacy Considerations associated with the use of the DNS by Internet users.

Some of the issues in simple terms:

Possible Solutions for DNS Privacy Considerations#

DNS over TLS (DoT)#

RFC 7858 specified DNS over TLS as a Standards Track protocol in May . There is active work in this area.

There are now multiple implementations (including Stubby a local DNS Privacy stub resolver) and a number of experimental servers deployed.

DNS over DTLS#

RFC 8094 specified DNS over DTLS as an Experimental Standard in Feb 2017. To our knowledge that are no implementations of DNS-over-DTLS planned or in progress.

One issue with DNS-over-DTLS is that it must still truncate DNS responses if the response size it too large (just as UDP does) and so it cannot be a standalone solution for privacy without a fallback mechanism (such as DNS-over-TLS) also being available.

DNS over HTTPS (DoH)#

The IETF created a new DoH working group in Sept 2017 to look at how DNS messages could be sent over an existing HTTP/2 connection. As of Sept 2018 the draft https://datatracker.ietf.org/doc/draft-ietf-doh-dns-over-https/ is in in the RFC editor queue and there are several experimental implementations and deployments. Note that with DoH it is possible to intermingle DNS and HTTP traffic on the same connection and make blocking of encrypted DNS harder. It should be noted that this draft addresses almost purely protocol issues and a follow up document on discovery and operational usage is expected.

DNSCrypt#

DNSCrypt is a method of authenticating communications between a DNS client and a DNS resolver that has been around since 2011. Also check out an in depth comparison from Tenta.

DNS over HTTPS (proxied)#

There are implementations available (e.g. from BII) of proxies that will tunnel DNS over HTTPS.

Google offers a proprietary DNS-over-HTTPS service using a JSON format for DNS queries.

A new working group was formed in Sept 2017 by the IETF: DNS-over-HTTPS (DOH)

DNS over QUIC#

A draft was submitted in April 2017 to the IETF QUIC Working group on DNS over QUIC

DNSCurve#

DNSCurve was developed in 2010 with encrypting the resolver to authoritative communications in mind. It was not standardized by the IETF.

DNS Queries over HTTPS#

DNS Queries over HTTPS is an Implementation by Mozilla

More Information#

There might be more information for this subject on one of the following: