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
parent
e9aab3c2a5
commit
f76d3f8508
11
FAQ.md
11
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`.
|
||||
|
|
Loading…
Reference in New Issue