소스 검색

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.