From 6c5ea73f346f0a1e282fa5735ba13e8973532e51 Mon Sep 17 00:00:00 2001 From: lk29 <12291632+lk29@users.noreply.github.com> Date: Sun, 12 Mar 2023 15:16:49 +0500 Subject: [PATCH] Update client.json translate comment --- VMess-QUIC/client.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VMess-QUIC/client.json b/VMess-QUIC/client.json index 068511a..13bcd87 100644 --- a/VMess-QUIC/client.json +++ b/VMess-QUIC/client.json @@ -4,7 +4,7 @@ "vnext": [ { "address": "", - "port": 443, // 也可以用 8443 nginx 的默认 http3 端口 https://quic.nginx.org/readme.html + "port": 443, // You can also use the default http3 port of 8443 nginx https://quic.nginx.org/readme.html "users": [ { "id": "", @@ -16,10 +16,10 @@ }, "streamSettings": { "network": "quic", - "quicSettings": {}, // 不使用伪装头和额外加密 原生 quic 流量特征 + "quicSettings": {}, // Native quic traffic signature without masquerading headers and extra encryption "security": "tls", "tlsSettings": { - "servername": "*" //servername 必填 因为 quic 会验证 sni 否则不发包 + "servername": "*" //servername is required because quic will verify sni otherwise no packet will be sent } } }