summaryrefslogtreecommitdiff
path: root/app/Http/Middleware/TrustProxies.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/Middleware/TrustProxies.php')
-rw-r--r--app/Http/Middleware/TrustProxies.php2
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.