diff options
Diffstat (limited to 'app/Http/Middleware')
| -rw-r--r-- | app/Http/Middleware/TrustProxies.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index ee5b595..3625f37 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -12,7 +12,7 @@ class TrustProxies extends Middleware * * @var array|string */ - protected $proxies; + protected $proxies = [ '192.168.122.1' ]; /** * The headers that should be used to detect proxies. |
