mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
fix
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user