This commit is contained in:
WJQSERVER 2024-10-16 15:19:10 +08:00
parent e94a98668e
commit a1fdd0f477
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# 更新日志
v1.5.2
---
- FIX: 修正flag传入问题
- CHANGE: 去除/路径重定向,改为返回403,并记录对应请求日志
- CHANGE: 优化Proxy模块的日志记录,记录请求详细信息
24w17b
---
- PRE-RELEASE: 此版本是v1.5.2的预发布版本,请勿在生产环境中使用

View file

@ -1 +1 @@
1.5.1
1.5.2

View file

@ -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