test sing-box 1.3

This commit is contained in:
arm64v8a
2023-05-11 20:57:58 +09:00
parent f32ec41b4b
commit 0d8a934881
4 changed files with 43 additions and 37 deletions

View File

@@ -628,10 +628,6 @@ namespace NekoRay {
}
}
if (ent->type == "vless" && IS_NEKO_BOX) {
needMux = false; // TODO remove after 1.3 core
}
// common
if (IS_NEKO_BOX) {
// apply domain_strategy
@@ -876,6 +872,7 @@ namespace NekoRay {
dns["servers"] = dnsServers;
dns["rules"] = dnsRules;
dns["independent_cache"] = true;
if (dataStore->routing->use_dns_object) {
dns = QString2QJsonObject(dataStore->routing->dns_object);