From 6a58cae34b46f88b7d5a67af1b617761b2d181e3 Mon Sep 17 00:00:00 2001 From: oskarb Date: Sun, 31 Aug 2025 07:31:28 +0200 Subject: [PATCH] Update bootstrap/app.php --- bootstrap/app.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 7b162da..9b0d760 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -11,7 +11,9 @@ return Application::configure(basePath: dirname(__DIR__)) health: '/up', ) ->withMiddleware(function (Middleware $middleware) { - // + $middleware->trustProxies(at: [ + '192.168.0.99', + ]); }) ->withExceptions(function (Exceptions $exceptions) { //