From f76d3f8508ef19255c01bd65b0060570b8717b54 Mon Sep 17 00:00:00 2001 From: Ainar Garipov <a.garipov@adguard.com> Date: Fri, 21 Jan 2022 14:15:58 +0300 Subject: [PATCH] Pull request: FAQ: add info abt trusted_proxies Updates AdguardTeam/AdGuardHome#4175. Squashed commit of the following: commit 660c3f0da6c52730334bef4482227563bab9101b Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Jan 21 14:11:52 2022 +0300 FAQ: add info abt trusted_proxies --- FAQ.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/FAQ.md b/FAQ.md index 770cd4f..9e9f68b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -337,6 +337,17 @@ AdGuard Home respond to DoH requests without TLS encryption. + ### Real IP addresses of clients + +**Since v0.107.0,** you can set the parameter `trusted_proxies` to the IP +address(es) of your HTTP proxy to make AdGuard Home take the headers containing +the real client IP address into account. See the [configuration page][conf] for +more information. + +[conf]: https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration + + + ## <a href="#fedora" id="fedora" name="fedora">How to fix `permission denied` errors on Fedora?</a> 1. Move the `AdGuardHome` binary to `/usr/local/bin`.