diff --git a/bootstrap/app.php b/bootstrap/app.php index 15a7710..d55d2d8 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -11,7 +11,7 @@ return Application::configure(basePath: dirname(__DIR__)) health: '/up', ) ->withMiddleware(function (Middleware $middleware) { - $middleware->trustProxies(at: '*'); + $middleware->trustProxies(at: ['84.247.135.201']); }) ->withExceptions(function (Exceptions $exceptions) { //