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