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-09 22:47:12 +0300
committerMHSanaei <mc.sanaei@gmail.com>2023-02-09 22:47:12 +0300
commitd7ca8ee69d5903d8321c6a336a6d1d586e482244 (patch)
tree6c3b993df9a4660835015095755c340347862af0 /web/assets/js/model
parent997eb90f94ab4374d27e60b8e111d111a6226b56 (diff)
port change to 2053
Diffstat (limited to 'web/assets/js/model')
-rw-r--r--web/assets/js/model/models.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/js/model/models.js b/web/assets/js/model/models.js
index 768bf4de..c2404d3b 100644
--- a/web/assets/js/model/models.js
+++ b/web/assets/js/model/models.js
@@ -161,7 +161,7 @@ class AllSetting {
constructor(data) {
this.webListen = "";
- this.webPort = 54321;
+ this.webPort = 2053;
this.webCertFile = "";
this.webKeyFile = "";
this.webBasePath = "/";
@@ -171,7 +171,7 @@ class AllSetting {
this.tgRunTime = "";
this.xrayTemplateConfig = "";
- this.timeLocation = "Asia/Shanghai";
+ this.timeLocation = "Asia/Tehran";
if (data == null) {
return