This commit is contained in:
arm64v8a
2023-04-10 21:47:27 +09:00
parent 1f25b07162
commit 77b9815ef8
5 changed files with 20 additions and 10 deletions

View File

@@ -860,7 +860,7 @@ namespace NekoRay {
// experimental
QJsonObject experimentalObj;
if (NekoRay::dataStore->core_box_clash_api > 0) {
if (!status->forTest && NekoRay::dataStore->core_box_clash_api > 0) {
QJsonObject clash_api = {
{"external_controller", "127.0.0.1:" + Int2String(NekoRay::dataStore->core_box_clash_api)},
{"secret", NekoRay::dataStore->core_box_clash_api_secret},