mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
1.5.2
This commit is contained in:
parent
e94a98668e
commit
a1fdd0f477
3 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# 更新日志
|
||||
|
||||
v1.5.2
|
||||
---
|
||||
- FIX: 修正flag传入问题
|
||||
- CHANGE: 去除/路径重定向,改为返回403,并记录对应请求日志
|
||||
- CHANGE: 优化Proxy模块的日志记录,记录请求详细信息
|
||||
|
||||
24w17b
|
||||
---
|
||||
- PRE-RELEASE: 此版本是v1.5.2的预发布版本,请勿在生产环境中使用
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.5.1
|
||||
1.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue