Update client.json

This commit is contained in:
xqzr 2024-10-13 23:27:28 +08:00 committed by GitHub
parent af12d131e5
commit 1066af0609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
"vnext": [
{
"address": "",
"port": 443, // 8443 nginx http3 https://quic.nginx.org/readme.html
"port": 443,"//": "也可以用 8443 nginx 的默认 http3 端口 https://quic.nginx.org/readme.html",
"users": [
{
"id": "",
@ -16,10 +16,10 @@
},
"streamSettings": {
"network": "quic",
"quicSettings": {}, // 使 quic
"quicSettings": {},"//": "不使用伪装头和额外加密 原生 quic 流量特征",
"security": "tls",
"tlsSettings": {
"servername": "*" //servername quic sni
"servername": "*","//": "servername 必填 因为 quic 会验证 sni 否则不发包"
}
}
}