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