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
c2238d3c2c
commit
d9e116c580
@ -729,6 +729,7 @@ namespace Configs {
|
|||||||
route["rules"] = routeRules;
|
route["rules"] = routeRules;
|
||||||
route["rule_set"] = ruleSetArray;
|
route["rule_set"] = ruleSetArray;
|
||||||
route["final"] = outboundIDToString(routeChain->defaultOutboundID);
|
route["final"] = outboundIDToString(routeChain->defaultOutboundID);
|
||||||
|
if (dataStore->enable_stats) route["find_process"] = true;
|
||||||
route["default_domain_resolver"] = QJsonObject{
|
route["default_domain_resolver"] = QJsonObject{
|
||||||
{"server", "dns-direct"},
|
{"server", "dns-direct"},
|
||||||
{"strategy", dataStore->routing->outbound_domain_strategy}};
|
{"strategy", dataStore->routing->outbound_domain_strategy}};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user