From f9bf690aad5536db386a4a614d3169b41aed1cfd Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 12 Dec 2018 15:36:00 +0100 Subject: [PATCH] Added FAQ --- FAQ.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FAQ.md b/FAQ.md index 3b042671..f098f29c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -659,6 +659,15 @@ If you don't trust the system (Google's) or your provider's DNS servers, you can Be sure to enter and confirm the addresses and to set two DNS server addresses. If you enter just one DNS server address, it will be used in addition to the default DNS server addresses. + +**(64) Can you add DNS over TLS?** + +If you mean to intercept [DNS over TLS](https://en.wikipedia.org/wiki/DNS_over_TLS) requests to resolve domain names, +this is not possible because DNS over TLS traffic is encrypted, which is the whole point of DNS over TLS. + +If you mean to translate plain DNS to DNS over TLS, Android 9 Pie and later already support DNS over TLS out of the box, +so it isn't worth the significant effort to add this. +
**NetGuard is supported for phones and tablets only, so not for other device types like televisions or vehicles.**