|
@@ -232,7 +232,7 @@ class GlobalController extends GetxController {
|
|
}
|
|
}
|
|
nodeModes.value = await ApiService().getNode("/api/client/v4/nodes?vless=1");
|
|
nodeModes.value = await ApiService().getNode("/api/client/v4/nodes?vless=1");
|
|
|
|
|
|
-
|
|
|
|
|
|
+ await makeProxy();
|
|
if (!await checkAllCoresStopped()) {
|
|
if (!await checkAllCoresStopped()) {
|
|
throw Exception("内核未启动");
|
|
throw Exception("内核未启动");
|
|
}
|
|
}
|