Merge pull request #112 from xeefei/3x-ui

v2.6.2
This commit is contained in:
心隨緣動 2025-07-22 21:19:21 +08:00 committed by GitHub
commit d57ffc47d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -633,7 +633,7 @@ TlsStreamSettings.Cert = class extends XrayCommonClass {
keyFile = '',
certificate = '',
key = '',
ocspStapling = 3600,
ocspStapling = 0,
oneTimeLoading = false,
usage = USAGE_OPTION.ENCIPHERMENT,
buildChain = false,

View File

@ -276,7 +276,7 @@ reset_webbasepath() {
read -rp "请设置新的访问路径若回车默认或输入y则为随机路径: " config_webBasePath
if [[ $config_webBasePath == "y" ]]; then
config_webBasePath=$(gen_random_string 10)
config_webBasePath=$(gen_random_string 18)
fi
# Apply the new web base path setting