From 114102942e819e3a37015a29432f44c9e4ca02d8 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 11 Jun 2022 09:28:46 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FAQ.md b/FAQ.md index 4570edc8..e5831910 100644 --- a/FAQ.md +++ b/FAQ.md @@ -681,13 +681,13 @@ 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?** +**(64) Can you add DNS over TLS/HTTP?** -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 intercept [DNS over HTTP](https://en.wikipedia.org/wiki/DNS_over_HTTPS) (DoH) +or [DNS over TLS](https://en.wikipedia.org/wiki/DNS_over_TLS) (DoT) requests to resolve domain names, +this is not possible because DoH/DoT traffic is encrypted, which is the whole point of DoH/DoT. -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. +Please [see here](https://github.com/Ch4t4r/Nebulo/blob/master/docs/NONVPNMODE.md) about how you can use DoH/DoT with NetGuard anyway.