From a1fdd0f477fcb521d1d9cf051c864bec43ba8622 Mon Sep 17 00:00:00 2001 From: WJQSERVER Date: Wed, 16 Oct 2024 15:19:10 +0800 Subject: [PATCH] 1.5.2 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- deploy/install.sh | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa3eab..35660ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +v1.5.2 +--- +- FIX: 修正flag传入问题 +- CHANGE: 去除/路径重定向,改为返回403,并记录对应请求日志 +- CHANGE: 优化Proxy模块的日志记录,记录请求详细信息 + 24w17b --- - PRE-RELEASE: 此版本是v1.5.2的预发布版本,请勿在生产环境中使用 diff --git a/VERSION b/VERSION index 8e03717..a73b432 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1 \ No newline at end of file +1.5.2 \ No newline at end of file diff --git a/deploy/install.sh b/deploy/install.sh index 9e28eb7..18ab6a6 100644 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -66,7 +66,7 @@ chmod +x /root/data/ghproxy/ghproxy if [ -f /root/data/ghproxy/config/config.toml ]; then echo "配置文件已存在, 跳过下载" else - wget -O /root/data/ghproxy/config/config.toml https://raw.githubusercontent.com/WJQSERVER-STUDIO/ghproxy/main/config.toml + wget -O /root/data/ghproxy/config/config.toml https://raw.githubusercontent.com/WJQSERVER-STUDIO/ghproxy/main/deploy/config.toml fi # 替换 port = 8080