From f42d177c464a63995e0a328cecfcd294157ad083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E6=89=87=E6=BB=91=E7=BF=94=E7=BF=BC?= <45535409+Fangliding@users.noreply.github.com> Date: Fri, 22 Mar 2024 04:56:11 +0000 Subject: [PATCH] #172 --- VLESS-TCP-XTLS-Vision-REALITY/config_client.jsonc | 2 +- VLESS-TCP-XTLS-Vision-REALITY/config_server.jsonc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VLESS-TCP-XTLS-Vision-REALITY/config_client.jsonc b/VLESS-TCP-XTLS-Vision-REALITY/config_client.jsonc index c544bba..7f0454f 100644 --- a/VLESS-TCP-XTLS-Vision-REALITY/config_client.jsonc +++ b/VLESS-TCP-XTLS-Vision-REALITY/config_client.jsonc @@ -44,7 +44,7 @@ "security": "reality", "realitySettings": { "fingerprint": "chrome", - "serverName": "bluearchive.jp", // If your dest is `1.1.1.1:443`, then leave it empty + "serverName": "", // A website that support TLS1.3 and h2. If your dest is `1.1.1.1:443`, then leave it empty "publicKey": "", // run `xray x25519` to generate. Public and private keys need to be corresponding. "spiderX": "", // If your dest is `1.1.1.1:443`, then you can fill it with `/dns-query/` or just leave it empty "shortId": "" // Required diff --git a/VLESS-TCP-XTLS-Vision-REALITY/config_server.jsonc b/VLESS-TCP-XTLS-Vision-REALITY/config_server.jsonc index 843515c..55e4885 100644 --- a/VLESS-TCP-XTLS-Vision-REALITY/config_server.jsonc +++ b/VLESS-TCP-XTLS-Vision-REALITY/config_server.jsonc @@ -19,9 +19,9 @@ "network": "tcp", "security": "reality", "realitySettings": { - "dest": "bluearchive.jp:443", // You can also use `1.1.1.1:443` as dest + "dest": "", // A website that support TLS1.3 and h2. You can also use `1.1.1.1:443` as dest "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. + "" // A server name in the cert of dest site. 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. "shortIds": [// Required, list of shortIds available to clients, can be used to distinguish different clients