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:
authorxujie86 <167618598+xujie86@users.noreply.github.com>2025-07-22 13:53:12 +0300
committerGitHub <noreply@github.com>2025-07-22 13:53:12 +0300
commit75416eebd794e6fc4bd5dd25730be5c2f51e50f0 (patch)
tree2ae1abe3218ecf2530409d5a58dd6b53b3e22e70 /x-ui.sh
parent87042d77bab3bb22a8d1a08cc669c218c6c8f411 (diff)
Increase the number of characters for webBasePath (#3239)
Diffstat (limited to 'x-ui.sh')
-rw-r--r--x-ui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/x-ui.sh b/x-ui.sh
index 1ce85f91..97dc9102 100644
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -214,7 +214,7 @@ reset_webbasepath() {
return
fi
- config_webBasePath=$(gen_random_string 10)
+ config_webBasePath=$(gen_random_string 18)
# Apply the new web base path setting
/usr/local/x-ui/x-ui setting -webBasePath "${config_webBasePath}" >/dev/null 2>&1