From ed081b280cab76845a43118d33fc6782e72e7cfc Mon Sep 17 00:00:00 2001 From: CaffeineFueled Date: Thu, 16 Oct 2025 00:37:14 +0200 Subject: [PATCH] CHANGE info about the need of a reverse-proxy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bcf441c..a6332ea 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,8 @@ Invoke-RestMethod -Uri "https://linedump.com/" -Headers @{"Authorization"="Beare ## Installation -**Use with reverse-proxy and HTTPS!** +> [!IMPORTANT] +> **Production Deployment:** Use a reverse-proxy (nginx, caddy) with TLS/HTTPS! Rate-limiting and logging features require the `X-Real-IP` header from a reverse proxy to function correctly. Less critical for local or trusted environments. ### Docker