mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-02-23 15:39:28 +08:00
MITM: Add version tip
This commit is contained in:
parent
7fce9e9d35
commit
2af21bbd5b
@ -71,8 +71,8 @@
|
|||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"security": "tls",
|
"security": "tls",
|
||||||
"tlsSettings": {
|
"tlsSettings": {
|
||||||
// fromMitm 会在客户端发送仅有 alpn http/1.1(大多数时候是wss) 的情况下使用同样的alpn
|
// fromMitm 会在客户端发送仅有 alpn http/1.1(大多数时候是wss) 的情况下使用同样的alpn, 需要 v25.2+
|
||||||
// 旧版本没这个选项别直接把这玩意发出去了,去从上面复制那个h2+http/1.1复制下来(当然更新版本最好)
|
// 旧版本没这个选项别直接把这玩意发出去了,从上面的alpn选项复制下来(当然更新版本最好)
|
||||||
"alpn": [
|
"alpn": [
|
||||||
"fromMitm"
|
"fromMitm"
|
||||||
],
|
],
|
||||||
@ -117,4 +117,4 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user