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
diff options
context:
space:
mode:
authorMHSanaei <mc.sanaei@gmail.com>2023-02-11 23:22:24 +0300
committerMHSanaei <mc.sanaei@gmail.com>2023-02-11 23:22:24 +0300
commit56e8203a3428ab78a30bc2c22ab6c646a1a40052 (patch)
treef84157e3b39b03ea921919e9f12600605e9bb91c /web/assets/js
parent439949a964e2a0be8551e03820977df3058ce1e4 (diff)
trojan grpc link fixed - some en lang edited
upgrade text to v0.7.0 i18nv2 to v2.2.1 sqlite3 to v1.14.16 toml to v1.2.1 downgrade sessions to v0.0.4
Diffstat (limited to 'web/assets/js')
-rw-r--r--web/assets/js/model/xray.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js
index 78af69b6..cfa82368 100644
--- a/web/assets/js/model/xray.js
+++ b/web/assets/js/model/xray.js
@@ -1545,7 +1545,7 @@ Inbound.TrojanSettings = class extends Inbound.Settings {
}
};
Inbound.TrojanSettings.Trojan = class extends XrayCommonClass {
- constructor(password=RandomUtil.randomSeq(10), flow = XTLS_FLOW_CONTROL.DIRECT, email='', totalGB=0, expiryTime='') {
+ constructor(password=RandomUtil.randomSeq(10), flow ='', email='', totalGB=0, expiryTime='') {
super();
this.password = password;
this.flow = flow;