mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
Fix process names
This commit is contained in:
parent
6991ee6fce
commit
b67e36f3fa
@ -729,6 +729,7 @@ namespace Configs {
|
||||
route["rules"] = routeRules;
|
||||
route["rule_set"] = ruleSetArray;
|
||||
route["final"] = outboundIDToString(routeChain->defaultOutboundID);
|
||||
if (dataStore->enable_stats) route["find_process"] = true;
|
||||
route["default_domain_resolver"] = QJsonObject{
|
||||
{"server", "dns-direct"},
|
||||
{"strategy", dataStore->routing->outbound_domain_strategy}};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user