diff options
Diffstat (limited to 'app/Http')
| -rw-r--r-- | app/Http/Middleware/TrustProxies.php | 3 |
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. |
