mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-02 04:52:08 +00:00
bug fixed - mux #2015
This commit is contained in:
parent
389b5408b1
commit
020d1adc55
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ class Mux extends CommonClass {
|
||||||
|
|
||||||
static fromJson(json = {}) {
|
static fromJson(json = {}) {
|
||||||
if (Object.keys(json).length === 0) return undefined;
|
if (Object.keys(json).length === 0) return undefined;
|
||||||
return new SockoptStreamSettings(
|
return new Mux(
|
||||||
json.enabled,
|
json.enabled,
|
||||||
json.concurrency,
|
json.concurrency,
|
||||||
json.xudpConcurrency,
|
json.xudpConcurrency,
|
||||||
|
|
Loading…
Reference in a new issue