Ver Fonte

no message

KIM-JINO5 há 1 dia atrás
pai
commit
d17c18a988
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Http/Middleware/TrustProxies.php

+ 1 - 1
app/Http/Middleware/TrustProxies.php

@@ -12,7 +12,7 @@ class TrustProxies extends Middleware
      *
      * @var array<int, string>|string|null
      */
-    protected $proxies = '172.18.0.0/16';
+    protected $proxies = ['192.168.0.201', '172.18.0.0/16'];
 
     /**
      * The headers that should be used to detect proxies.