From e9451d19a0b0add8d7dc5b06a1aaf116187c225d Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Wed, 20 Apr 2022 10:06:41 +0800 Subject: [PATCH] Update VMess-QUIC/client.json Co-authored-by: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> --- VMess-QUIC/client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMess-QUIC/client.json b/VMess-QUIC/client.json index 4b6969c..068511a 100644 --- a/VMess-QUIC/client.json +++ b/VMess-QUIC/client.json @@ -19,7 +19,7 @@ "quicSettings": {}, // 不使用伪装头和额外加密 原生 quic 流量特征 "security": "tls", "tlsSettings": { - "servername": "*" + "servername": "*" //servername 必填 因为 quic 会验证 sni 否则不发包 } } }