From c1f2131bc222e6bc9cd01caf24da63e24899eecc Mon Sep 17 00:00:00 2001 From: MathieuHa Date: Wed, 16 Nov 2022 23:19:57 +0100 Subject: [PATCH] Add doc for trusted IP --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe8e691..d8c79e8 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,10 @@ make run - string - default: "redis:6379" - hostname and port for the redis service - +- TrustedIPs + - string + - default: [] + - List of IPs we trust, they will bypass any more check to the bouncer or cache (usefull for LAN or VPN IP) ### Configuration