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) { //