This commit is contained in:
sindricn
2025-09-24 15:37:13 +08:00
parent 68fad63553
commit 265b78c6d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
PROJECT_NAME="s-hy2" PROJECT_NAME="s-hy2"
PROJECT_VERSION="1.1.0" PROJECT_VERSION="1.1.0"
PROJECT_REPO_URL="https://github.com/sindricn/s-hy2" PROJECT_REPO_URL="https://github.com/sindricn/s-hy2"
PROJECT_RAW_URL="https://raw.githubusercontent.com/sindricn/s-hy2/main" PROJECT_RAW_URL="https://raw.githubusercontent.com/sindricn/s-hy2/dev"
# 默认端口和网络设置 # 默认端口和网络设置
DEFAULT_LISTEN_PORT=443 DEFAULT_LISTEN_PORT=443
+1 -1
View File
@@ -44,7 +44,7 @@ SCRIPT_NAME="s-hy2"
INSTALL_DIR="/opt/$SCRIPT_NAME" INSTALL_DIR="/opt/$SCRIPT_NAME"
BIN_DIR="/usr/local/bin" BIN_DIR="/usr/local/bin"
REPO_URL="https://github.com/sindricn/s-hy2" REPO_URL="https://github.com/sindricn/s-hy2"
RAW_URL="https://raw.githubusercontent.com/sindricn/s-hy2/main" RAW_URL="https://raw.githubusercontent.com/sindricn/s-hy2/dev"
# 打印标题 # 打印标题
print_header() { print_header() {