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
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ TlsStreamSettings.Cert = class extends XrayCommonClass {
keyFile = '', keyFile = '',
certificate = '', certificate = '',
key = '', key = '',
ocspStapling = 3600, ocspStapling = 0,
oneTimeLoading = false, oneTimeLoading = false,
usage = USAGE_OPTION.ENCIPHERMENT, usage = USAGE_OPTION.ENCIPHERMENT,
buildChain = false, buildChain = false,
+1 -1
View File
@@ -276,7 +276,7 @@ reset_webbasepath() {
read -rp "请设置新的访问路径(若回车默认或输入y则为随机路径): " config_webBasePath read -rp "请设置新的访问路径(若回车默认或输入y则为随机路径): " config_webBasePath
if [[ $config_webBasePath == "y" ]]; then if [[ $config_webBasePath == "y" ]]; then
config_webBasePath=$(gen_random_string 10) config_webBasePath=$(gen_random_string 18)
fi fi
# Apply the new web base path setting # Apply the new web base path setting