From a31abf3e4e21b8939f577905f9155f884ad51aa9 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:15:58 +0800 Subject: [PATCH] Update config_server.json --- Trojan-TCP-XTLS/config_server.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Trojan-TCP-XTLS/config_server.json b/Trojan-TCP-XTLS/config_server.json index aa257df..9f77eaa 100644 --- a/Trojan-TCP-XTLS/config_server.json +++ b/Trojan-TCP-XTLS/config_server.json @@ -9,7 +9,7 @@ "settings": { "clients": [ { - "password":"your_password", // password + "password":"your_password","//": "password" "flow": "xtls-rprx-direct" } ], @@ -35,12 +35,12 @@ ], "certificates": [ { - "certificateFile": "/path/to/cert", // Certificate file absolute directory - "keyFile": "/path/to/key", // Key file absolute directory - "ocspStapling": 3600 // Verification cycle 3600 Second + "certificateFile": "/path/to/cert","//": "Certificate file absolute directory", + "keyFile": "/path/to/key","//": "Key file absolute directory", + "ocspStapling": 3600,"//": "Verification cycle 3600 Second" } ], - "minVersion": "1.2" // If it is an ecc certificate, use TLSv1.2 at least. If you don't know the certificate type or it is not an ecc certificate, delete this line + "minVersion": "1.2","//": "If it is an ecc certificate, use TLSv1.2 at least. If you don't know the certificate type or it is not an ecc certificate, delete this line" } } }