mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-24 10:33:15 +08:00
fix test
This commit is contained in:
parent
cc8f110a30
commit
2b5fe2de05
@ -921,14 +921,14 @@ namespace Configs {
|
|||||||
{
|
{
|
||||||
experimentalObj["clash_api"] = clash_api;
|
experimentalObj["clash_api"] = clash_api;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
QJsonObject cache_file = {
|
QJsonObject cache_file = {
|
||||||
{"enabled", true},
|
{"enabled", true},
|
||||||
{"store_fakeip", true},
|
{"store_fakeip", true},
|
||||||
{"store_rdrc", true}
|
{"store_rdrc", true}
|
||||||
};
|
};
|
||||||
experimentalObj["cache_file"] = cache_file;
|
experimentalObj["cache_file"] = cache_file;
|
||||||
|
}
|
||||||
|
|
||||||
status->result->coreConfig.insert("log", QJsonObject{{"level", dataStore->log_level}});
|
status->result->coreConfig.insert("log", QJsonObject{{"level", dataStore->log_level}});
|
||||||
status->result->coreConfig.insert("certificate", QJsonObject{{"store", dataStore->use_mozilla_certs ? "mozilla" : "system"}});
|
status->result->coreConfig.insert("certificate", QJsonObject{{"store", dataStore->use_mozilla_certs ? "mozilla" : "system"}});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user