summaryrefslogtreecommitdiff
path: root/app/Http/Middleware/TrustProxies.php
diff options
context:
space:
mode:
authorhorus2020-02-20 15:35:53 +0100
committerhorus2020-02-20 15:35:53 +0100
commit0edb438872796902d3e4d3c2eea791f6af1956aa (patch)
tree849dca17ee23b25ec81808d1c981afc64e8ca33b /app/Http/Middleware/TrustProxies.php
parent9ea335ab9c8f9e17e8ce8b6a7e76962bec7ed418 (diff)
downloadzeitumstellung-0edb438872796902d3e4d3c2eea791f6af1956aa.tar.gz
Supports iCal-Feed and styled website with bootstrap.css.
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.