This commit is contained in:
wjqserver 2025-03-17 13:48:53 +08:00
parent 79153c0f7d
commit f134d22540
3 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# 更新日志
2.5.0 - 2025-03-17
---
- ADD: 加入脚本嵌套加速功能
- CHANGE: 修正Auth模块一些代码风格问题
25w19a - 2025-03-16
---
- PRE-RELEASE: 此版本是v2.5.0的预发布版本,请勿在生产环境中使用;

View file

@ -1 +1 @@
2.4.2
2.5.0

View file

@ -17,6 +17,9 @@ mode = "bypass" # bypass / cache
smartGitAddr = "http://127.0.0.1:8080"
ForceH2C = false
[shell]
editor = false
[pages]
mode = "internal" # "internal" or "external"
theme = "bootstrap" # "bootstrap" or "nebula"
@ -32,6 +35,7 @@ authMethod = "parameters" # "header" or "parameters"
authToken = "token"
enabled = false
passThrough = false
ForceAllowApi = false
[blacklist]
blacklistFile = "/usr/local/ghproxy/config/blacklist.json"