mirror of
https://github.com/mack-a/v2ray-agent.git
synced 2026-09-02 13:56:37 +00:00
fix(sing-box): 将配置迁移至 1.14
fix(sing-box): 移除不需要的 Reality 目标 fix(reality): 为 Reality XHTTP 启用 ML-DSA-65 fix(reality): 设置兼容的最低客户端版本
This commit is contained in:
@@ -2031,6 +2031,7 @@ _buildVisionInbounds() {
|
||||
"serverNames": ["$(jsonEscape "${sName}")"],
|
||||
"privateKey": "$(jsonEscape "${privKey}")",
|
||||
"publicKey": "$(jsonEscape "${pubKey}")",
|
||||
"minClientVer": "1.8.2",
|
||||
"maxTimeDiff": 70000,
|
||||
"shortIds": ["", "6ba85179e30d4fc2"]
|
||||
}
|
||||
@@ -2077,6 +2078,7 @@ _buildXHTTPInbound() {
|
||||
"serverNames": ["$(jsonEscape "${sName}")"],
|
||||
"privateKey": "$(jsonEscape "${privKey}")",
|
||||
"publicKey": "$(jsonEscape "${pubKey}")",
|
||||
"minClientVer": "1.8.2",
|
||||
"maxTimeDiff": 70000,
|
||||
"shortIds": ["", "6ba85179e30d4fc2"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user