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 +}