mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 21:26:06 +08:00
Update client.json translate comment
This commit is contained in:
parent
49afb08e5a
commit
6c5ea73f34
@ -4,7 +4,7 @@
|
|||||||
"vnext": [
|
"vnext": [
|
||||||
{
|
{
|
||||||
"address": "",
|
"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": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "",
|
"id": "",
|
||||||
@ -16,10 +16,10 @@
|
|||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "quic",
|
"network": "quic",
|
||||||
"quicSettings": {}, // 不使用伪装头和额外加密 原生 quic 流量特征
|
"quicSettings": {}, // Native quic traffic signature without masquerading headers and extra encryption
|
||||||
"security": "tls",
|
"security": "tls",
|
||||||
"tlsSettings": {
|
"tlsSettings": {
|
||||||
"servername": "*" //servername 必填 因为 quic 会验证 sni 否则不发包
|
"servername": "*" //servername is required because quic will verify sni otherwise no packet will be sent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user