summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Http/Middleware/TrustProxies.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php
index 3ce0214..288b107 100644
--- a/app/Http/Middleware/TrustProxies.php
+++ b/app/Http/Middleware/TrustProxies.php
@@ -12,7 +12,8 @@ class TrustProxies extends Middleware
*
* @var array
*/
- protected $proxies;
+ #protected $proxies;
+ protected $proxies = [ '192.168.122.1' ];
/**
* The headers that should be used to detect proxies.