Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/assets/js/model/outbound.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js
index a4df7870..60465599 100644
--- a/web/assets/js/model/outbound.js
+++ b/web/assets/js/model/outbound.js
@@ -477,7 +477,7 @@ class Mux extends CommonClass {
static fromJson(json = {}) {
if (Object.keys(json).length === 0) return undefined;
- return new SockoptStreamSettings(
+ return new Mux(
json.enabled,
json.concurrency,
json.xudpConcurrency,