From 13d015847074572f154fcb83fd74fc2057edd068 Mon Sep 17 00:00:00 2001 From: woodlyer <118674311+woodlyer@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:21:13 +0800 Subject: [PATCH] Update config_server.jsonc --- VLESS-TCP-XTLS-Vision-REALITY/config_server.jsonc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/VLESS-TCP-XTLS-Vision-REALITY/config_server.jsonc b/VLESS-TCP-XTLS-Vision-REALITY/config_server.jsonc index dddecd4..843515c 100644 --- a/VLESS-TCP-XTLS-Vision-REALITY/config_server.jsonc +++ b/VLESS-TCP-XTLS-Vision-REALITY/config_server.jsonc @@ -23,7 +23,11 @@ "serverNames": [ "bluearchive.jp" // If you use `1.1.1.1:443` as dest, then you can leave `serverNames` empty, it is a possible ways to bypass Iran's internet speed restrictions. ], - "privateKey": "" // run `xray x25519` to generate. Public and private keys need to be corresponding. + "privateKey": "", // run `xray x25519` to generate. Public and private keys need to be corresponding. + "shortIds": [// Required, list of shortIds available to clients, can be used to distinguish different clients + "", // If this item exists, client shortId can be empty + "0123456789abcdef" // 0 to f, length is a multiple of 2, maximum length is 16 + ] } }, "sniffing": {