From a069511dc4f9bd1df0352643e438ce2fce964764 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Fri, 7 Aug 2020 15:14:42 +0300 Subject: [PATCH] + FAQ: Disable DoH encryption on AdGuard Home Close #1997 Squashed commit of the following: commit a6c3962352b8fccb0517484901e2a841c3a3f629 Author: Simon Zolin Date: Fri Aug 7 13:48:28 2020 +0300 + FAQ: Disable DoH encryption on AdGuard Home --- FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FAQ.md b/FAQ.md index ec52ae4..32a1c19 100644 --- a/FAQ.md +++ b/FAQ.md @@ -118,3 +118,8 @@ If you're running a web server already and you want to access AdGuard Home dashb reverse_proxy AGH_IP:AGH_PORT } } + +#### Disable DoH encryption on AdGuard Home + +When you use TLS on your reverse proxy server, there's no need to use TLS on AdGuard Home. +Set `allow_unencrypted_doh: false` in AdGuardHome.yaml to allow AdGuard Home respond to DoH requests without TLS encryption.