From d3c206695885eac7640832635ee14d37efc47c4c Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:30:53 +0800 Subject: [PATCH] Update config_server.json --- VLESS-TCP-TLS (minimal by rprx)/config_server.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VLESS-TCP-TLS (minimal by rprx)/config_server.json b/VLESS-TCP-TLS (minimal by rprx)/config_server.json index 2819034..c075731 100644 --- a/VLESS-TCP-TLS (minimal by rprx)/config_server.json +++ b/VLESS-TCP-TLS (minimal by rprx)/config_server.json @@ -9,7 +9,7 @@ "settings": { "clients": [ { - "id": "", // 填写你的 UUID + "id": "","//": "填写你的 UUID" "level": 0, "email": "love@example.com" } @@ -30,8 +30,8 @@ ], "certificates": [ { - "certificateFile": "/path/to/fullchain.crt", // 换成你的证书,绝对路径 - "keyFile": "/path/to/private.key" // 换成你的私钥,绝对路径 + "certificateFile": "/path/to/fullchain.crt","//": "换成你的证书,绝对路径" + "keyFile": "/path/to/private.key","//": "换成你的私钥,绝对路径" } ] } @@ -43,4 +43,4 @@ "protocol": "freedom" } ] -} \ No newline at end of file +}