Skip to content

Commit

Permalink
Added subnet to trustedProxies example to show it's supported (#9821)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjsturge authored Aug 15, 2024
1 parent d8ab24c commit 527e6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ To solve this, you may enable the `Illuminate\Http\Middleware\TrustProxies` midd
->withMiddleware(function (Middleware $middleware) {
$middleware->trustProxies(at: [
'192.168.1.1',
'192.168.1.2',
'10.0.0.0/8',
]);
})

Expand Down

0 comments on commit 527e6a3

Please sign in to comment.