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
+7 -2
View File
@@ -4,6 +4,12 @@
"level": "info",
"timestamp": true
},
"http_clients": [
{
"tag": "rule_set_http",
"detour": "本地直连"
}
],
"experimental": {
"clash_api": {
"external_controller": "127.0.0.1:9090",
@@ -73,7 +79,6 @@
"server": "dns_proxy"
}
],
"independent_cache": true,
"strategy": "prefer_ipv4",
"final": "dns_direct"
},
@@ -210,6 +215,7 @@
}
],
"route": {
"default_http_client": "rule_set_http",
"default_domain_resolver": {
"server": "dns_resolver",
"strategy": "prefer_ipv4"
@@ -458,4 +464,3 @@
"auto_detect_interface": true
}
}