From 62564fab41b2383588baa5723f89cfc8b48fb9a4 Mon Sep 17 00:00:00 2001 From: Nils Date: Sun, 2 Jan 2022 00:54:39 +0100 Subject: [PATCH] add reverse proxy note to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8bde88b..5e281fa 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ The app currently has 4 runtime flags: The app will log every request including the IP thats querying and show failed requests on stdout. +Requests that contain an X-Forwarded-For header (implying the app is behind a reverse proxy) will automatically log that address instead of the requesting IP (the proxy itself), this can be turned off with -x. + ## Client ### General The app can be queried via HTTP/HTTPS with the following scheme: