1.5.2
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# 更新日志
|
||||
|
||||
v1.5.2
|
||||
---
|
||||
- FIX: 修正flag传入问题
|
||||
- CHANGE: 去除/路径重定向,改为返回403,并记录对应请求日志
|
||||
- CHANGE: 优化Proxy模块的日志记录,记录请求详细信息
|
||||
|
||||
24w17b
|
||||
---
|
||||
- PRE-RELEASE: 此版本是v1.5.2的预发布版本,请勿在生产环境中使用
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user