浏览代码

no message

KIM-JINO5 1 天之前
父节点
当前提交
d17c18a988
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.