mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
test sing-box 1.3
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user