From 23ff897072fb51ee23f5c4391a2118a2c328d934 Mon Sep 17 00:00:00 2001 From: RPRX <63339210+rprx@users.noreply.github.com> Date: Wed, 2 Sep 2020 16:53:01 +0000 Subject: [PATCH] add tip --- VLESS-TCP-TLS-WS (recommended)/config_server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-TCP-TLS-WS (recommended)/config_server.json b/VLESS-TCP-TLS-WS (recommended)/config_server.json index b490883..e00e617 100644 --- a/VLESS-TCP-TLS-WS (recommended)/config_server.json +++ b/VLESS-TCP-TLS-WS (recommended)/config_server.json @@ -60,7 +60,7 @@ "network": "ws", "security": "none", "wsSettings": { - "acceptProxyProtocol": true, + "acceptProxyProtocol": true, // 提醒:若你用 Nginx/Caddy 等反代 WS,需要删掉这行 "path": "/websocket" // 必须换成自定义的 PATH,需要和上面的一致 } } @@ -71,4 +71,4 @@ "protocol": "freedom" } ] -} \ No newline at end of file +}