diff --git a/VLESS-TCP-TLS (maximal by rprx)/config_server.json b/VLESS-TCP-TLS (maximal by rprx)/config_server.json index d55de1b..ad2722c 100644 --- a/VLESS-TCP-TLS (maximal by rprx)/config_server.json +++ b/VLESS-TCP-TLS (maximal by rprx)/config_server.json @@ -34,7 +34,7 @@ ], "certificates": [ { - "certificateFile": "/path/to/tls.crt", // 换成你的证书,绝对路径 + "certificateFile": "/path/to/tls.crt", // 换成你的证书(建议 fullchain),绝对路径 "keyFile": "/path/to/tls.key" // 换成你的私钥,绝对路径 } ] @@ -47,4 +47,4 @@ "protocol": "freedom" } ] -} \ No newline at end of file +}