0
0
mirror of https://github.com/XTLS/Xray-examples.git synced 2025-08-22 14:38:36 +00:00

MITM: Add version tip

This commit is contained in:
风扇滑翔翼 2025-02-05 00:15:06 +08:00 committed by GitHub
parent 7fce9e9d35
commit 2af21bbd5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,8 +71,8 @@
"streamSettings": {
"security": "tls",
"tlsSettings": {
// fromMitm 会在客户端发送仅有 alpn http/1.1(大多数时候是wss) 的情况下使用同样的alpn
// 旧版本没这个选项别直接把这玩意发出去了,去从上面复制那个h2+http/1.1复制下来(当然更新版本最好)
// fromMitm 会在客户端发送仅有 alpn http/1.1(大多数时候是wss) 的情况下使用同样的alpn, 需要 v25.2+
// 旧版本没这个选项别直接把这玩意发出去了,从上面的alpn选项复制下来(当然更新版本最好)
"alpn": [
"fromMitm"
],
@ -117,4 +117,4 @@
}
]
}
}
}