fix(sing-box): 将配置迁移至 1.14

fix(sing-box): 移除不需要的 Reality 目标
fix(reality): 为 Reality XHTTP 启用 ML-DSA-65
fix(reality): 设置兼容的最低客户端版本
This commit is contained in:
mack-a
2026-08-31 23:58:56 +08:00
parent 89388ca675
commit 7b151c9623
5 changed files with 67 additions and 49 deletions
+2
View File
@@ -2049,6 +2049,7 @@ _buildVisionInbounds() {
"serverNames": ["$(jsonEscape "${sName}")"],
"privateKey": "$(jsonEscape "${privKey}")",
"publicKey": "$(jsonEscape "${pubKey}")",
"minClientVer": "1.8.2",
"maxTimeDiff": 70000,
"shortIds": ["", "6ba85179e30d4fc2"]
}
@@ -2095,6 +2096,7 @@ _buildXHTTPInbound() {
"serverNames": ["$(jsonEscape "${sName}")"],
"privateKey": "$(jsonEscape "${privKey}")",
"publicKey": "$(jsonEscape "${pubKey}")",
"minClientVer": "1.8.2",
"maxTimeDiff": 70000,
"shortIds": ["", "6ba85179e30d4fc2"]
},
+2
View File
@@ -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"]
},
+1
View File
@@ -3782,6 +3782,7 @@ EOF
],
"privateKey": "${realityPrivateKey}",
"publicKey": "${realityPublicKey}",
"minClientVer": "1.8.2",
"maxTimeDiff": 70000,
"shortIds": [
"6ba85179e30d4fc2"