From 49afb08e5aa42d7890f96bbb5beb448cdedbfc11 Mon Sep 17 00:00:00 2001 From: lk29 <12291632+lk29@users.noreply.github.com> Date: Sun, 12 Mar 2023 15:14:35 +0500 Subject: [PATCH] Update config_server.json comment translate --- 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..3332c5c 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": "", // fill in your 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", // Replace with your certificate, absolute path + "keyFile": "/path/to/private.key" // Replace it with your private key, absolute path } ] } @@ -43,4 +43,4 @@ "protocol": "freedom" } ] -} \ No newline at end of file +}