Compare commits
94 Commits
v4
...
4.3.0-rc.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
abecddc8bf | ||
|
|
8dca51b897 | ||
|
|
e027ec0080 | ||
|
|
97ee25b65d | ||
|
|
b0388e6abc | ||
|
|
208ce8a4f9 | ||
|
|
4b3f8e1018 | ||
|
|
44f28e593a | ||
|
|
078e556584 | ||
|
|
d7d3e1ca65 | ||
|
|
0c04bb1355 | ||
|
|
d232d1cf12 | ||
|
|
3841bab164 | ||
|
|
4df21fd258 | ||
|
|
08bae46742 | ||
|
|
a9b3f6b972 | ||
|
|
afa2115b0d | ||
|
|
c6325fed3f | ||
|
|
e06e292b1f | ||
|
|
90c6dd3d79 | ||
|
|
596e409889 | ||
|
|
31c26b00fb | ||
|
|
8689738f4f | ||
|
|
387545ab78 | ||
|
|
f89fc53046 | ||
|
|
98fdd61673 | ||
|
|
3f802a0ed3 | ||
|
|
88d84d0703 | ||
|
|
33bb588c36 | ||
|
|
cc4b04ede2 | ||
|
|
3abe4419d6 | ||
|
|
d2d9ad1db7 | ||
|
|
80f52dda3c | ||
|
|
95dd34a456 | ||
|
|
1f3a036267 | ||
|
|
799a4895e5 | ||
|
|
b033079553 | ||
|
|
a391895e7f | ||
|
|
7e153d2b51 | ||
|
|
90eca70eb1 | ||
|
|
c19a0e9af9 | ||
|
|
4ee7f56ec5 | ||
|
|
4e469a4896 | ||
|
|
00513f689d | ||
|
|
ad4d55bc39 | ||
|
|
7adab36c68 | ||
|
|
4ea5a875fe | ||
|
|
904a800eea | ||
|
|
f0902c1da3 | ||
|
|
781e175721 | ||
|
|
79692965a6 | ||
|
|
ff5f77edc9 | ||
|
|
402308d620 | ||
|
|
d4237f0463 | ||
|
|
eb3bf16e06 | ||
|
|
b701a89b98 | ||
|
|
933aeee518 | ||
|
|
3812b029cf | ||
|
|
e629b5db47 | ||
|
|
e5bc171f25 | ||
|
|
6eae638256 | ||
|
|
3e03f47ef7 | ||
|
|
eb113b4191 | ||
|
|
8ea741aec8 | ||
|
|
37488db087 | ||
|
|
5b253998ce | ||
|
|
92432121e5 | ||
|
|
37fd1383ee | ||
|
|
35b70fadca | ||
|
|
c13dd9082b | ||
|
|
96c30889f4 | ||
|
|
bf75e62eb2 | ||
|
|
a1991367c3 | ||
|
|
65769975b6 | ||
|
|
b29940df21 | ||
|
|
1ba100c28d | ||
|
|
75d909ef16 | ||
|
|
362ad96fbe | ||
|
|
e40e1aadee | ||
|
|
d2b2d823b8 | ||
|
|
f3eb92ea51 | ||
|
|
0f437dc891 | ||
|
|
5c25bc012f | ||
|
|
aa95daf8c0 | ||
|
|
e32479b287 | ||
|
|
92c4c62b46 | ||
|
|
ef3b1bf1f0 | ||
|
|
7eb312243c | ||
|
|
1498aaed14 | ||
|
|
9977eb1437 | ||
|
|
c656aa41ca | ||
|
|
060453f070 | ||
|
|
152fb8aa71 | ||
|
|
c522eba7ae |
2
.github/workflows/build-dev.yml
vendored
2
.github/workflows/build-dev.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
|||||||
GOOS: ${{ matrix.goos }}
|
GOOS: ${{ matrix.goos }}
|
||||||
GOARCH: ${{ matrix.goarch }}
|
GOARCH: ${{ matrix.goarch }}
|
||||||
run: |
|
run: |
|
||||||
CGO_ENABLED=0 go build -ldflags "-X main.version=${{ env.VERSION }} -X main.dev=true" -o ${{ env.OUTPUT_BINARY }}-${{matrix.goos}}-${{matrix.goarch}} ./main.go
|
CGO_ENABLED=0 go build -ldflags "-X main.version=${{ env.VERSION }} -X main.dev=true" -o ${{ env.OUTPUT_BINARY }}-${{matrix.goos}}-${{matrix.goarch}} .
|
||||||
- name: 打包
|
- name: 打包
|
||||||
run: |
|
run: |
|
||||||
mkdir ghproxyd
|
mkdir ghproxyd
|
||||||
|
|||||||
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
GOOS: ${{ matrix.goos }}
|
GOOS: ${{ matrix.goos }}
|
||||||
GOARCH: ${{ matrix.goarch }}
|
GOARCH: ${{ matrix.goarch }}
|
||||||
run: |
|
run: |
|
||||||
CGO_ENABLED=0 go build -ldflags "-s -w -X main.version=${{ env.VERSION }}" -o ${{ env.OUTPUT_BINARY }}-${{matrix.goos}}-${{matrix.goarch}} ./main.go
|
CGO_ENABLED=0 go build -ldflags "-s -w -X main.version=${{ env.VERSION }}" -o ${{ env.OUTPUT_BINARY }}-${{matrix.goos}}-${{matrix.goarch}} .
|
||||||
- name: 打包
|
- name: 打包
|
||||||
run: |
|
run: |
|
||||||
mkdir ghproxyd
|
mkdir ghproxyd
|
||||||
@@ -144,4 +144,4 @@ jobs:
|
|||||||
${{ env.IMAGE_NAME }}:v4
|
${{ env.IMAGE_NAME }}:v4
|
||||||
${{ env.IMAGE_NAME }}:latest
|
${{ env.IMAGE_NAME }}:latest
|
||||||
wjqserver/ghproxy-touka:latest
|
wjqserver/ghproxy-touka:latest
|
||||||
wjqserver/ghproxy-touka:${{ env.VERSION }}
|
wjqserver/ghproxy-touka:${{ env.VERSION }}
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@ demo.toml
|
|||||||
*.log
|
*.log
|
||||||
*.bak
|
*.bak
|
||||||
list.json
|
list.json
|
||||||
|
iplist.json
|
||||||
repos
|
repos
|
||||||
pages
|
pages
|
||||||
*_test
|
*_test
|
||||||
149
CHANGELOG.md
149
CHANGELOG.md
@@ -1,5 +1,154 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
4.2.7 - 2025-08-04
|
||||||
|
---
|
||||||
|
- CHANGE: 在OCI镜像(docker)代理部分增加特殊处理, 保证可用性 参看[#159](https://github.com/WJQSERVER-STUDIO/ghproxy/issues/159)
|
||||||
|
- CHANGE: 更新Touka框架, 同步解决部分日志过多问题
|
||||||
|
|
||||||
|
4.2.6 - 2025-08-01
|
||||||
|
---
|
||||||
|
- CHANGE: 修正匹配器
|
||||||
|
|
||||||
|
4.2.5 - 2025-07-31
|
||||||
|
---
|
||||||
|
- CHANGE: 进一步完善匹配器, 兼容更多情况
|
||||||
|
|
||||||
|
4.2.4 - 2025-07-29
|
||||||
|
---
|
||||||
|
- CHANGE: 改进匹配器, 防止匹配不应匹配的内容
|
||||||
|
|
||||||
|
4.2.4-rc.0 - 2025-07-29
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: v4.2.4-rc.0是v4.2.4预发布版本,请勿在生产环境中使用;
|
||||||
|
- CHANGE: 改进匹配器, 防止匹配不应匹配的内容
|
||||||
|
|
||||||
|
4.2.3 - 2025-07-27
|
||||||
|
---
|
||||||
|
- CHANGE: 改进错误页面加载器, 避免在选择`external`模式时错误页面渲染回退到json输出
|
||||||
|
- CHANGE: 完善OCI(Docker)镜像代理默认target逻辑
|
||||||
|
|
||||||
|
4.2.3-rc.0 - 2025-07-27
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: v4.2.3-rc.0是v4.2.3预发布版本,请勿在生产环境中使用;
|
||||||
|
- CHANGE: 改进错误页面加载器, 避免在选择`external`模式时错误页面渲染回退到json输出
|
||||||
|
- CHANGE: 完善OCI(Docker)镜像代理默认target逻辑
|
||||||
|
|
||||||
|
4.2.2 - 2025-07-25
|
||||||
|
---
|
||||||
|
- CHANGE: 重构OCI镜像代理部分, 完善对`ghcr`,`gcr`,`k8s.gcr`等上游源特殊处理的适配
|
||||||
|
|
||||||
|
4.2.2-rc.0 - 2025-07-25
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: v4.2.2-rc.0是v4.2.2预发布版本,请勿在生产环境中使用;
|
||||||
|
- CHANGE: 重构OCI镜像代理部分, 完善对`ghcr`,`gcr`,`k8s.gcr`等上游源特殊处理的适配
|
||||||
|
|
||||||
|
4.2.1 - 2025-07-25
|
||||||
|
---
|
||||||
|
- CHANGE: 更新主题样式, 新增`free`主题, `design`与`hub`主题样式更新
|
||||||
|
|
||||||
|
4.2.0 - 2025-07-22
|
||||||
|
---
|
||||||
|
- CHANGE: 支持根据IP(CDIR)进行白名单与屏蔽
|
||||||
|
- CHANGE: 进一步推进`json/v2`支持
|
||||||
|
|
||||||
|
4.2.0-rc.0 - 2025-07-22
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: v4.2.0-rc.0是v4.2.0预发布版本,请勿在生产环境中使用;
|
||||||
|
- CHANGE: 支持根据IP(CDIR)进行白名单与屏蔽
|
||||||
|
- CHANGE: 深化json/v2改革, 预备go1.25 json/v2
|
||||||
|
|
||||||
|
4.1.7 - 2025-07-20
|
||||||
|
---
|
||||||
|
- CHANGE: 更新相关依赖
|
||||||
|
- CHANGE: 改进代码结构, 完善处理
|
||||||
|
|
||||||
|
4.1.7-rc.0 - 2025-07-20
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: v4.1.7-rc.0是v4.1.7预发布版本,请勿在生产环境中使用;
|
||||||
|
- CHANGE: 更新相关依赖
|
||||||
|
- CHANGE: 改进代码结构, 完善处理
|
||||||
|
|
||||||
|
4.1.6 - 2025-07-07
|
||||||
|
---
|
||||||
|
- CHANGE: 更新[Touka框架](https://github.com/infinite-iroha/touka)版本到`v0.2.9`, 提升`io`相关方式的性能并降低分配
|
||||||
|
- CHANGE: 更新[Touka HTTPC](https://github.com/WJQSERVER-STUDIO/httpc)版本到`v0.8.0`, 使用`json/v2`的同时, 提升`io`相关操作性能并降低分配, 优化`debug`模式下打印输出性能
|
||||||
|
|
||||||
|
4.1.6-rc.0 - 2025-07-07
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: v4.1.6-rc.0是v4.1.6预发布版本,请勿在生产环境中使用;
|
||||||
|
- CHANGE: 更新[Touka框架](https://github.com/infinite-iroha/touka)版本到`v0.2.9`, 提升`io`相关方式的性能并降低分配
|
||||||
|
- CHANGE: 更新[Touka HTTPC](https://github.com/WJQSERVER-STUDIO/httpc)版本到`v0.8.0`, 使用`json/v2`的同时, 提升`io`相关操作性能并降低分配, 优化`debug`模式下打印输出性能
|
||||||
|
|
||||||
|
4.1.5 - 2025-07-03
|
||||||
|
---
|
||||||
|
- CHANGE: 更新`httpc`依赖以修正一些问题
|
||||||
|
|
||||||
|
4.1.5-rc.0 - 2025-07-03
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: v4.1.5-rc.0是v4.1.5预发布版本,请勿在生产环境中使用;
|
||||||
|
- CHANGE: 更新`httpc`依赖以修正一些问题
|
||||||
|
|
||||||
|
4.1.4 - 2025-06-30
|
||||||
|
---
|
||||||
|
- CHANGE: 使用`touka`框架的内建httpc统一管理, 同时对httpc相关初始化进行改进
|
||||||
|
- CHANGE: 更新`json/v2`版本
|
||||||
|
|
||||||
|
4.1.4-rc.0 - 2025-06-30
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: v4.1.4-rc.0是v4.1.4预发布版本,请勿在生产环境中使用;
|
||||||
|
- CHANGE: 使用`touka`框架的内建httpc统一管理, 同时对httpc相关初始化进行改进
|
||||||
|
- CHANGE: 更新`json/v2`版本
|
||||||
|
|
||||||
|
4.1.3 - 2025-06-25
|
||||||
|
---
|
||||||
|
- CHANGE: 更新`touka`版本, 使用新的方式配置slash重定向功能
|
||||||
|
|
||||||
|
4.1.3-rc.0 - 2025-06-25
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: 此版本是v4.1.3预发布版本,请勿在生产环境中使用;
|
||||||
|
- CHANGE: 更新`touka`版本, 使用新的方式配置slash重定向功能
|
||||||
|
|
||||||
|
4.1.2 - 2025-06-18
|
||||||
|
---
|
||||||
|
- CHANGE: 更新`design`主题, 更新默认配置生成
|
||||||
|
|
||||||
|
4.1.2-rc.0 - 2025-06-18
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: 此版本是v4.1.2预发布版本,请勿在生产环境中使用;
|
||||||
|
- CHANGE: 更新`design`主题, 更新默认配置生成
|
||||||
|
|
||||||
|
4.1.1 - 2025-06-18
|
||||||
|
---
|
||||||
|
- CHANGE: 更新touka框架到v0.2.6, 解决MidwareX的一些状态问题
|
||||||
|
|
||||||
|
4.1.0 - 2025-06-17
|
||||||
|
---
|
||||||
|
- ADD: 加入基于`basic auth`的docker鉴权支持
|
||||||
|
|
||||||
|
4.1.0-rc.0 - 2025-06-17
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: 此版本是v4.1.0预发布版本,请勿在生产环境中使用;
|
||||||
|
- ADD: 加入基于`basic auth`的docker鉴权支持
|
||||||
|
|
||||||
|
4.1.0-beta.0 - 2025-06-17
|
||||||
|
---
|
||||||
|
- BETA-TEST: 此版本是v4.1.0的测试版本,请勿在生产环境中使用;
|
||||||
|
- ADD: 加入基于`basic auth`的docker鉴权支持
|
||||||
|
|
||||||
|
4.0.0 - 2025-06-16
|
||||||
|
---
|
||||||
|
- CHANGE: 移交到Touka框架
|
||||||
|
- REMOVE: 移除req rate limit的total方式
|
||||||
|
- CHANGE: 使用[reco](https://github.com/fenthope/reco)日志库, 异步使能
|
||||||
|
- FIX: 更换HTTP框架以解决v3可能存在的内存分配与回收问题
|
||||||
|
|
||||||
|
4.0.0-rc.0 - 2025-06-16
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: 此版本是v4.0.0预发布版本,请勿在生产环境中使用;
|
||||||
|
- CHANGE: 移交到Touka框架
|
||||||
|
- REMOVE: 移除req rate limit的total方式
|
||||||
|
- CHANGE: 使用[reco](https://github.com/fenthope/reco)日志库, 异步使能
|
||||||
|
|
||||||
4.0.0-beta.0 - 2025-06-15
|
4.0.0-beta.0 - 2025-06-15
|
||||||
---
|
---
|
||||||
- BETA-TEST: 此版本是v4.0.0的测试版本,请勿在生产环境中使用;
|
- BETA-TEST: 此版本是v4.0.0的测试版本,请勿在生产环境中使用;
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
4.0.0-beta.0
|
4.2.4-rc.0
|
||||||
17
README.md
17
README.md
@@ -6,7 +6,7 @@
|
|||||||

|

|
||||||
[](https://goreportcard.com/report/github.com/WJQSERVER-STUDIO/ghproxy)
|
[](https://goreportcard.com/report/github.com/WJQSERVER-STUDIO/ghproxy)
|
||||||
|
|
||||||
GHProxy是一个基于Go的支持代理Github仓库资源和API的项目, 同时支持Docker镜像代理与脚本嵌套加速等多种功能
|
一个基于Go的高性能Github资源代理程序, 同时支持Docker镜像代理与脚本嵌套加速等多种功能
|
||||||
|
|
||||||
## 项目说明
|
## 项目说明
|
||||||
|
|
||||||
@@ -32,9 +32,11 @@ GHProxy是一个基于Go的支持代理Github仓库资源和API的项目, 同时
|
|||||||
|
|
||||||
[TG讨论群组](https://t.me/ghproxy_go)
|
[TG讨论群组](https://t.me/ghproxy_go)
|
||||||
|
|
||||||
|
[GHProxy项目文档](https://wjqserver-docs.pages.dev/docs/ghproxy/) 感谢 [@redbunnys](https://github.com/redbunnys)的维护
|
||||||
|
|
||||||
[相关文章](https://blog.wjqserver.com/categories/my-program/)
|
[相关文章](https://blog.wjqserver.com/categories/my-program/)
|
||||||
|
|
||||||
[GHProxy项目文档](https://wjqserver-docs.pages.dev/docs/ghproxy/) 感谢 [@redbunnys](https://github.com/redbunnys)的维护
|
代理相关推广: [Thordata](https://www.thordata.com/?ls=github&lk=WJQserver),市面上最具性价比的代理服务商,便宜好用,来自全球195个国家城市的6000万IP,轮换住宅/原生ISP/无限量仅从$0.65/GB 起,新用户$1=5GB .联系客户可获得免费测试.
|
||||||
|
|
||||||
### 使用示例
|
### 使用示例
|
||||||
|
|
||||||
@@ -95,16 +97,11 @@ wget -O install-dev.sh https://raw.githubusercontent.com/WJQSERVER-STUDIO/ghprox
|
|||||||
|
|
||||||
参看[GHProxy-Frontend](https://github.com/WJQSERVER-STUDIO/GHProxy-Frontend)
|
参看[GHProxy-Frontend](https://github.com/WJQSERVER-STUDIO/GHProxy-Frontend)
|
||||||
|
|
||||||
## 项目简史
|
## 文档
|
||||||
|
|
||||||
本项目旨在于构建一个高效且功能多样的GHProxy
|
* [GHProxy项目文档](https://wjqserver-docs.pages.dev/docs/ghproxy/) 感谢 [@redbunnys](https://github.com/redbunnys)的维护
|
||||||
|
|
||||||
- v4.0.0 迁移到[Touka框架](https://github.com/infinite-iroha/touka)
|
* [](https://deepwiki.com/WJQSERVER-STUDIO/ghproxy) 可供参考, AI生成存在幻觉, 不完全可靠, 请注意辨别
|
||||||
- v3.0.0 迁移到HertZ框架, 进一步提升效率
|
|
||||||
- v2.4.1 对路径匹配进行优化
|
|
||||||
- v2.0.0 对`proxy`核心模块进行了重构,大幅优化内存占用
|
|
||||||
- v1.0.0 迁移至本仓库,并再次重构内容实现
|
|
||||||
- v0.2.0 重构项目实现
|
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"encoding/json"
|
"github.com/go-json-experiment/json"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Blacklist struct {
|
type Blacklist struct {
|
||||||
|
|||||||
60
auth/ipfilter.go
Normal file
60
auth/ipfilter.go
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
package auth
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"ghproxy/config"
|
||||||
|
"os"
|
||||||
|
|
||||||
|
"github.com/go-json-experiment/json"
|
||||||
|
"github.com/go-json-experiment/json/jsontext"
|
||||||
|
)
|
||||||
|
|
||||||
|
func ReadIPFilterList(cfg *config.Config) (whitelist []string, blacklist []string, err error) {
|
||||||
|
if cfg.IPFilter.IPFilterFile == "" {
|
||||||
|
return nil, nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// 检查文件是否存在, 不存在则创建空json
|
||||||
|
if _, err := os.Stat(cfg.IPFilter.IPFilterFile); os.IsNotExist(err) {
|
||||||
|
if err := CreateEmptyIPFilterFile(cfg.IPFilter.IPFilterFile); err != nil {
|
||||||
|
return nil, nil, fmt.Errorf("failed to create empty IP filter file: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
data, err := os.ReadFile(cfg.IPFilter.IPFilterFile)
|
||||||
|
if err != nil {
|
||||||
|
return nil, nil, fmt.Errorf("failed to read IP filter file: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
var ipFilterData struct {
|
||||||
|
AllowList []string `json:"allow"`
|
||||||
|
BlockList []string `json:"block"`
|
||||||
|
}
|
||||||
|
if err := json.Unmarshal(data, &ipFilterData); err != nil {
|
||||||
|
return nil, nil, fmt.Errorf("invalid IP filter file format: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return ipFilterData.AllowList, ipFilterData.BlockList, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// 创建空列表json
|
||||||
|
func CreateEmptyIPFilterFile(filePath string) error {
|
||||||
|
emptyData := struct {
|
||||||
|
AllowList []string `json:"allow"`
|
||||||
|
BlockList []string `json:"block"`
|
||||||
|
}{
|
||||||
|
AllowList: []string{},
|
||||||
|
BlockList: []string{},
|
||||||
|
}
|
||||||
|
|
||||||
|
jsonData, err := json.Marshal(emptyData, jsontext.Multiline(true), jsontext.WithIndent(" "))
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("failed to marshal empty IP filter data: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
err = os.WriteFile(filePath, jsonData, 0644)
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("failed to write empty IP filter file: %w", err)
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
@@ -1,12 +1,13 @@
|
|||||||
package auth
|
package auth
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"ghproxy/config"
|
"ghproxy/config"
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
|
"github.com/go-json-experiment/json"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Whitelist 用于存储白名单信息
|
// Whitelist 用于存储白名单信息
|
||||||
|
|||||||
@@ -7,18 +7,19 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Server ServerConfig
|
Server ServerConfig `toml:"server"`
|
||||||
Httpc HttpcConfig
|
Httpc HttpcConfig `toml:"httpc"`
|
||||||
GitClone GitCloneConfig
|
GitClone GitCloneConfig `toml:"gitclone"`
|
||||||
Shell ShellConfig
|
Shell ShellConfig `toml:"shell"`
|
||||||
Pages PagesConfig
|
Pages PagesConfig `toml:"pages"`
|
||||||
Log LogConfig
|
Log LogConfig `toml:"log"`
|
||||||
Auth AuthConfig
|
Auth AuthConfig `toml:"auth"`
|
||||||
Blacklist BlacklistConfig
|
Blacklist BlacklistConfig `toml:"blacklist"`
|
||||||
Whitelist WhitelistConfig
|
Whitelist WhitelistConfig `toml:"whitelist"`
|
||||||
RateLimit RateLimitConfig
|
IPFilter IPFilterConfig `toml:"ipFilter"`
|
||||||
Outbound OutboundConfig
|
RateLimit RateLimitConfig `toml:"rateLimit"`
|
||||||
Docker DockerConfig
|
Outbound OutboundConfig `toml:"outbound"`
|
||||||
|
Docker DockerConfig `toml:"docker"`
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -60,12 +61,14 @@ type HttpcConfig struct {
|
|||||||
[gitclone]
|
[gitclone]
|
||||||
mode = "bypass" # bypass / cache
|
mode = "bypass" # bypass / cache
|
||||||
smartGitAddr = "http://127.0.0.1:8080"
|
smartGitAddr = "http://127.0.0.1:8080"
|
||||||
|
//cacheTimeout = 10
|
||||||
ForceH2C = true
|
ForceH2C = true
|
||||||
*/
|
*/
|
||||||
type GitCloneConfig struct {
|
type GitCloneConfig struct {
|
||||||
Mode string `toml:"mode"`
|
Mode string `toml:"mode"`
|
||||||
SmartGitAddr string `toml:"smartGitAddr"`
|
SmartGitAddr string `toml:"smartGitAddr"`
|
||||||
ForceH2C bool `toml:"ForceH2C"`
|
//CacheTimeout int `toml:"cacheTimeout"`
|
||||||
|
ForceH2C bool `toml:"ForceH2C"`
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -126,6 +129,13 @@ type WhitelistConfig struct {
|
|||||||
WhitelistFile string `toml:"whitelistFile"`
|
WhitelistFile string `toml:"whitelistFile"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type IPFilterConfig struct {
|
||||||
|
Enabled bool `toml:"enabled"`
|
||||||
|
EnableAllowList bool `toml:"enableAllowList"`
|
||||||
|
EnableBlockList bool `toml:"enableBlockList"`
|
||||||
|
IPFilterFile string `toml:"ipFilterFile"`
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
[rateLimit]
|
[rateLimit]
|
||||||
enabled = false
|
enabled = false
|
||||||
@@ -169,10 +179,17 @@ type OutboundConfig struct {
|
|||||||
[docker]
|
[docker]
|
||||||
enabled = false
|
enabled = false
|
||||||
target = "ghcr" # ghcr/dockerhub
|
target = "ghcr" # ghcr/dockerhub
|
||||||
|
auth = false
|
||||||
|
[docker.credentials]
|
||||||
|
user1 = "testpass"
|
||||||
|
test = "test123"
|
||||||
*/
|
*/
|
||||||
type DockerConfig struct {
|
type DockerConfig struct {
|
||||||
Enabled bool `toml:"enabled"`
|
Enabled bool `toml:"enabled"`
|
||||||
Target string `toml:"target"`
|
Target string `toml:"target"`
|
||||||
|
Auth bool `toml:"auth"`
|
||||||
|
Credentials map[string]string `toml:"credentials"`
|
||||||
|
AuthPassThrough bool `toml:"authPassThrough"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// LoadConfig 从 TOML 配置文件加载配置
|
// LoadConfig 从 TOML 配置文件加载配置
|
||||||
@@ -239,7 +256,7 @@ func DefaultConfig() *Config {
|
|||||||
},
|
},
|
||||||
Pages: PagesConfig{
|
Pages: PagesConfig{
|
||||||
Mode: "internal",
|
Mode: "internal",
|
||||||
Theme: "bootstrap",
|
Theme: "hub",
|
||||||
StaticDir: "/data/www",
|
StaticDir: "/data/www",
|
||||||
},
|
},
|
||||||
Log: LogConfig{
|
Log: LogConfig{
|
||||||
@@ -264,9 +281,14 @@ func DefaultConfig() *Config {
|
|||||||
Enabled: false,
|
Enabled: false,
|
||||||
WhitelistFile: "/data/ghproxy/config/whitelist.json",
|
WhitelistFile: "/data/ghproxy/config/whitelist.json",
|
||||||
},
|
},
|
||||||
|
IPFilter: IPFilterConfig{
|
||||||
|
Enabled: false,
|
||||||
|
IPFilterFile: "/data/ghproxy/config/ipfilter.json",
|
||||||
|
EnableAllowList: false,
|
||||||
|
EnableBlockList: false,
|
||||||
|
},
|
||||||
RateLimit: RateLimitConfig{
|
RateLimit: RateLimitConfig{
|
||||||
Enabled: false,
|
Enabled: false,
|
||||||
//RateMethod: "total",
|
|
||||||
RatePerMinute: 100,
|
RatePerMinute: 100,
|
||||||
Burst: 10,
|
Burst: 10,
|
||||||
BandwidthLimit: BandwidthLimitConfig{
|
BandwidthLimit: BandwidthLimitConfig{
|
||||||
@@ -283,7 +305,11 @@ func DefaultConfig() *Config {
|
|||||||
},
|
},
|
||||||
Docker: DockerConfig{
|
Docker: DockerConfig{
|
||||||
Enabled: false,
|
Enabled: false,
|
||||||
Target: "ghcr",
|
Target: "dockerhub",
|
||||||
|
Auth: false,
|
||||||
|
Credentials: map[string]string{
|
||||||
|
"testpass": "test123",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,6 +49,12 @@ enabled = false
|
|||||||
enabled = false
|
enabled = false
|
||||||
whitelistFile = "/data/ghproxy/config/whitelist.json"
|
whitelistFile = "/data/ghproxy/config/whitelist.json"
|
||||||
|
|
||||||
|
[ipFilter]
|
||||||
|
enabled = false
|
||||||
|
enableAllowList = false
|
||||||
|
enableBlockList = false
|
||||||
|
ipFilterFile = "/data/ghproxy/config/ipfilter.json"
|
||||||
|
|
||||||
[rateLimit]
|
[rateLimit]
|
||||||
enabled = false
|
enabled = false
|
||||||
ratePerMinute = 180
|
ratePerMinute = 180
|
||||||
@@ -67,4 +73,8 @@ url = "socks5://127.0.0.1:1080" # "http://127.0.0.1:7890"
|
|||||||
|
|
||||||
[docker]
|
[docker]
|
||||||
enabled = false
|
enabled = false
|
||||||
target = "dockerhub" # ghcr/dockerhub/ custom
|
target = "dockerhub" # ghcr/dockerhub/ custom
|
||||||
|
auth = false
|
||||||
|
[docker.credentials]
|
||||||
|
user1 = "testpass"
|
||||||
|
test = "test123"
|
||||||
11
config/ipfilter.json
Normal file
11
config/ipfilter.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"allow": [
|
||||||
|
"127.0.0.1",
|
||||||
|
"192.168.1.0/24",
|
||||||
|
"::1"
|
||||||
|
],
|
||||||
|
"block": [
|
||||||
|
"10.0.0.0/8",
|
||||||
|
"192.168.1.0/24"
|
||||||
|
]
|
||||||
|
}
|
||||||
22
go.mod
22
go.mod
@@ -1,26 +1,26 @@
|
|||||||
module ghproxy
|
module ghproxy
|
||||||
|
|
||||||
go 1.24.4
|
go 1.24.5
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.5.0
|
github.com/BurntSushi/toml v1.5.0
|
||||||
github.com/WJQSERVER-STUDIO/httpc v0.7.0
|
github.com/WJQSERVER-STUDIO/httpc v0.8.2
|
||||||
golang.org/x/net v0.41.0
|
golang.org/x/net v0.42.0
|
||||||
golang.org/x/time v0.12.0
|
golang.org/x/time v0.12.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.2
|
||||||
github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2
|
github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2
|
||||||
|
github.com/fenthope/bauth v0.0.1
|
||||||
github.com/fenthope/ikumi v0.0.2
|
github.com/fenthope/ikumi v0.0.2
|
||||||
github.com/fenthope/reco v0.0.3
|
github.com/fenthope/ipfilter v0.0.1
|
||||||
github.com/fenthope/record v0.0.3
|
github.com/fenthope/reco v0.0.4
|
||||||
|
github.com/fenthope/record v0.0.4
|
||||||
|
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2
|
||||||
github.com/hashicorp/golang-lru/v2 v2.0.7
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
||||||
github.com/infinite-iroha/touka v0.2.4
|
github.com/infinite-iroha/touka v0.3.6
|
||||||
github.com/wjqserver/modembed v0.0.1
|
github.com/wjqserver/modembed v0.0.1
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||||
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.4 // indirect
|
|
||||||
github.com/go-json-experiment/json v0.0.0-20250517221953-25912455fbc8 // indirect
|
|
||||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
||||||
)
|
|
||||||
|
|||||||
32
go.sum
32
go.sum
@@ -1,28 +1,32 @@
|
|||||||
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
|
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
|
||||||
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
|
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
|
||||||
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.4 h1:JLtFd00AdFg/TP+dtvIzLkdHwKUGPOAijN1sMtEYoFg=
|
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.2 h1:AiIHXP21LpK7pFfqUlUstgQEWzjbekZgxOuvVwiMfyM=
|
||||||
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.4/go.mod h1:FZ6XE+4TKy4MOfX1xWKe6Rwsg0ucYFCdNh1KLvyKTfc=
|
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.2/go.mod h1:mCLqYU32bTmEE6dpj37MKKiZgz70Jh/xyK9vVbq6pok=
|
||||||
github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2 h1:8bBkKk6E2Zr+I5szL7gyc5f0DK8N9agIJCpM1Cqw2NE=
|
github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2 h1:8bBkKk6E2Zr+I5szL7gyc5f0DK8N9agIJCpM1Cqw2NE=
|
||||||
github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2/go.mod h1:yPX8xuZH+py7eLJwOYj3VVI/4/Yuy5+x8Mhq8qezcPg=
|
github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2/go.mod h1:yPX8xuZH+py7eLJwOYj3VVI/4/Yuy5+x8Mhq8qezcPg=
|
||||||
github.com/WJQSERVER-STUDIO/httpc v0.7.0 h1:iHhqlxppJBjlmvsIjvLZKRbWXqSdbeSGGofjHGmqGJc=
|
github.com/WJQSERVER-STUDIO/httpc v0.8.2 h1:PFPLodV0QAfGEP6915J57vIqoKu9cGuuiXG/7C9TNUk=
|
||||||
github.com/WJQSERVER-STUDIO/httpc v0.7.0/go.mod h1:M7KNUZjjhCkzzcg9lBPs9YfkImI+7vqjAyjdA19+joE=
|
github.com/WJQSERVER-STUDIO/httpc v0.8.2/go.mod h1:8WhHVRO+olDFBSvL5PC/bdMkb6U3vRdPJ4p4pnguV5Y=
|
||||||
|
github.com/fenthope/bauth v0.0.1 h1:+4UIQshGx3mYD4L3f2S4MLZOi5PWU7fU5GK3wsZvwzE=
|
||||||
|
github.com/fenthope/bauth v0.0.1/go.mod h1:1fveTpgfR1p+WXQ8MXm9BfBCeNYi55j23jxCOGOvBSA=
|
||||||
github.com/fenthope/ikumi v0.0.2 h1:5oaSTf/Msp7M2O3o/X20omKWEQbFhX4KV0CVF21oCdk=
|
github.com/fenthope/ikumi v0.0.2 h1:5oaSTf/Msp7M2O3o/X20omKWEQbFhX4KV0CVF21oCdk=
|
||||||
github.com/fenthope/ikumi v0.0.2/go.mod h1:IYbxzOGndZv/yRrbVMyV6dxh06X2wXCbfxrTRM1IruU=
|
github.com/fenthope/ikumi v0.0.2/go.mod h1:IYbxzOGndZv/yRrbVMyV6dxh06X2wXCbfxrTRM1IruU=
|
||||||
github.com/fenthope/reco v0.0.3 h1:RmnQ0D9a8PWtwOODawitTe4BztTnS9wYwrDbipISNq4=
|
github.com/fenthope/ipfilter v0.0.1 h1:HrYAyixCMvsDAz36GRyFfyCNtrgYwzrhMcY0XV7fGcM=
|
||||||
github.com/fenthope/reco v0.0.3/go.mod h1:mDkGLHte5udWTIcjQTxrABRcf56SSdxBOCLgrRDwI/Y=
|
github.com/fenthope/ipfilter v0.0.1/go.mod h1:QfY0GrpG0D82HROgdH4c9eog4js42ghLIfl/iM4MvvY=
|
||||||
github.com/fenthope/record v0.0.3 h1:v5urgs5LAkLMlljAT/MjW8fWuRHXPnAraTem5ui7rm4=
|
github.com/fenthope/reco v0.0.4 h1:yo2g3aWwdoMpaZWZX4SdZOW7mCK82RQIU/YI8ZUQThM=
|
||||||
github.com/fenthope/record v0.0.3/go.mod h1:KFEkSc4TDZ3QIhP/wglD32uYVA6X1OUcripiao1DEE4=
|
github.com/fenthope/reco v0.0.4/go.mod h1:eMyS8HpdMVdJ/2WJt6Cvt8P1EH9Igzj5lSJrgc+0jeg=
|
||||||
github.com/go-json-experiment/json v0.0.0-20250517221953-25912455fbc8 h1:o8UqXPI6SVwQt04RGsqKp3qqmbOfTNMqDrWsc4O47kk=
|
github.com/fenthope/record v0.0.4 h1:/1JHNCxiXGLL/qCh4LEGaAvhj4CcKsb6siTxjLmjdO4=
|
||||||
github.com/go-json-experiment/json v0.0.0-20250517221953-25912455fbc8/go.mod h1:TiCD2a1pcmjd7YnhGH0f/zKNcCD06B029pHhzV23c2M=
|
github.com/fenthope/record v0.0.4/go.mod h1:G0a6KCiCDyX2SsC3nfzSN651fJKxH482AyJvzlnvAJU=
|
||||||
|
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 h1:iizUGZ9pEquQS5jTGkh4AqeeHCMbfbjeb0zMt0aEFzs=
|
||||||
|
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2/go.mod h1:TiCD2a1pcmjd7YnhGH0f/zKNcCD06B029pHhzV23c2M=
|
||||||
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
|
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
|
||||||
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
|
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
|
||||||
github.com/infinite-iroha/touka v0.2.4 h1:P1nmQYv4VEiTIahCw356VcFvpTFB9i11c31LeLh6WbM=
|
github.com/infinite-iroha/touka v0.3.6 h1:SkpM/VFGCWOFQP3RRuoWdX/Q4zafPngG1VMwkrLwtkw=
|
||||||
github.com/infinite-iroha/touka v0.2.4/go.mod h1:2MBPtsM+5ClIZ/E1mPEKx1Rb+KIndTwZlIa2CwRPV7A=
|
github.com/infinite-iroha/touka v0.3.6/go.mod h1:XW7a3fpLAjJfylSmdNuDQ8wGKkKmLVi9V/89sT1d7uw=
|
||||||
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
|
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
|
||||||
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
|
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
|
||||||
github.com/wjqserver/modembed v0.0.1 h1:8ZDz7t9M5DLrUFlYgBUUmrMzxWsZPmHvOazkr/T2jEs=
|
github.com/wjqserver/modembed v0.0.1 h1:8ZDz7t9M5DLrUFlYgBUUmrMzxWsZPmHvOazkr/T2jEs=
|
||||||
github.com/wjqserver/modembed v0.0.1/go.mod h1:sYbQJMAjSBsdYQrUsuHY380XXE1CuRh8g9yyCztTXOQ=
|
github.com/wjqserver/modembed v0.0.1/go.mod h1:sYbQJMAjSBsdYQrUsuHY380XXE1CuRh8g9yyCztTXOQ=
|
||||||
golang.org/x/net v0.41.0 h1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=
|
golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=
|
||||||
golang.org/x/net v0.41.0/go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA=
|
golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8=
|
||||||
golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=
|
golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=
|
||||||
golang.org/x/time v0.12.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
|
golang.org/x/time v0.12.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
|
||||||
|
|||||||
209
main.go
209
main.go
@@ -8,6 +8,7 @@ import (
|
|||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
"runtime/debug"
|
"runtime/debug"
|
||||||
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"ghproxy/api"
|
"ghproxy/api"
|
||||||
@@ -15,9 +16,13 @@ import (
|
|||||||
"ghproxy/config"
|
"ghproxy/config"
|
||||||
"ghproxy/proxy"
|
"ghproxy/proxy"
|
||||||
|
|
||||||
|
"github.com/WJQSERVER-STUDIO/httpc"
|
||||||
|
"github.com/fenthope/bauth"
|
||||||
|
|
||||||
"ghproxy/weakcache"
|
"ghproxy/weakcache"
|
||||||
|
|
||||||
"github.com/fenthope/ikumi"
|
"github.com/fenthope/ikumi"
|
||||||
|
"github.com/fenthope/ipfilter"
|
||||||
"github.com/fenthope/reco"
|
"github.com/fenthope/reco"
|
||||||
"github.com/fenthope/record"
|
"github.com/fenthope/record"
|
||||||
"github.com/infinite-iroha/touka"
|
"github.com/infinite-iroha/touka"
|
||||||
@@ -31,7 +36,7 @@ var (
|
|||||||
cfg *config.Config
|
cfg *config.Config
|
||||||
r *touka.Engine
|
r *touka.Engine
|
||||||
configfile = "/data/ghproxy/config/config.toml"
|
configfile = "/data/ghproxy/config/config.toml"
|
||||||
hertZfile *os.File
|
httpClient *httpc.Client
|
||||||
cfgfile string
|
cfgfile string
|
||||||
version string
|
version string
|
||||||
runMode string
|
runMode string
|
||||||
@@ -49,12 +54,21 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
logger *reco.Logger
|
// supportedThemes 定义了所有支持的主题, 用于验证配置和动态加载
|
||||||
logDump = logger.Debugf
|
supportedThemes = map[string]struct{}{
|
||||||
logDebug = logger.Debugf
|
"bootstrap": {},
|
||||||
logInfo = logger.Infof
|
"nebula": {},
|
||||||
logWarning = logger.Warnf
|
"design": {},
|
||||||
logError = logger.Errorf
|
"metro": {},
|
||||||
|
"classic": {},
|
||||||
|
"mino": {},
|
||||||
|
"hub": {},
|
||||||
|
"free": {},
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
var (
|
||||||
|
logger *reco.Logger
|
||||||
)
|
)
|
||||||
|
|
||||||
func readFlag() {
|
func readFlag() {
|
||||||
@@ -107,7 +121,7 @@ func loadConfig() {
|
|||||||
cfg, err = config.LoadConfig(cfgfile)
|
cfg, err = config.LoadConfig(cfgfile)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("Failed to load config: %v\n", err)
|
fmt.Printf("Failed to load config: %v\n", err)
|
||||||
// 如果配置文件加载失败,也显示帮助信息并退出
|
// 如果配置文件加载失败, 也显示帮助信息并退出
|
||||||
flag.Usage()
|
flag.Usage()
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
@@ -146,7 +160,7 @@ func setupLogger(cfg *config.Config) {
|
|||||||
func setMemLimit(cfg *config.Config) {
|
func setMemLimit(cfg *config.Config) {
|
||||||
if cfg.Server.MemLimit > 0 {
|
if cfg.Server.MemLimit > 0 {
|
||||||
debug.SetMemoryLimit((cfg.Server.MemLimit) * 1024 * 1024)
|
debug.SetMemoryLimit((cfg.Server.MemLimit) * 1024 * 1024)
|
||||||
logInfo("Set Memory Limit to %d MB", cfg.Server.MemLimit)
|
logger.Infof("Set Memory Limit to %d MB", cfg.Server.MemLimit)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -163,65 +177,60 @@ func setupApi(cfg *config.Config, r *touka.Engine, version string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func InitReq(cfg *config.Config) {
|
func InitReq(cfg *config.Config) {
|
||||||
err := proxy.InitReq(cfg)
|
var err error
|
||||||
|
httpClient, err = proxy.InitReq(cfg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("Failed to initialize request: %v\n", err)
|
fmt.Printf("Failed to initialize request: %v\n", err)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// loadEmbeddedPages 加载嵌入式页面资源
|
// initializeErrorPages 初始化嵌入的错误页面资源
|
||||||
|
// 无论页面模式(internal/external)如何, 都应执行此操作, 以确保统一的错误页面处理
|
||||||
|
func initializeErrorPages() {
|
||||||
|
pageFS := modembed.NewModTimeFS(pagesFS, time.Now())
|
||||||
|
if err := proxy.InitErrPagesFS(pageFS); err != nil {
|
||||||
|
// 这是一个警告而不是致命错误, 因为即使没有自定义错误页面, 服务器也能运行
|
||||||
|
logger.Warnf("failed to initialize embedded error pages: %v", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// loadEmbeddedPages 使用 map 替代 switch, 动态加载嵌入式页面和资源文件系统
|
||||||
func loadEmbeddedPages(cfg *config.Config) (fs.FS, fs.FS, error) {
|
func loadEmbeddedPages(cfg *config.Config) (fs.FS, fs.FS, error) {
|
||||||
pageFS := modembed.NewModTimeFS(pagesFS, time.Now())
|
pageFS := modembed.NewModTimeFS(pagesFS, time.Now())
|
||||||
var pages fs.FS
|
theme := cfg.Pages.Theme
|
||||||
var err error
|
|
||||||
switch cfg.Pages.Theme {
|
// 检查主题是否受支持, 如果不支持则使用默认主题
|
||||||
case "bootstrap":
|
if _, ok := supportedThemes[theme]; !ok {
|
||||||
pages, err = fs.Sub(pageFS, "pages/bootstrap")
|
logger.Warnf("Invalid Pages Theme: %s, using default theme 'design'", theme)
|
||||||
case "nebula":
|
theme = "design" // 默认主题
|
||||||
pages, err = fs.Sub(pageFS, "pages/nebula")
|
|
||||||
case "design":
|
|
||||||
pages, err = fs.Sub(pageFS, "pages/design")
|
|
||||||
case "metro":
|
|
||||||
pages, err = fs.Sub(pageFS, "pages/metro")
|
|
||||||
case "classic":
|
|
||||||
pages, err = fs.Sub(pageFS, "pages/classic")
|
|
||||||
case "mino":
|
|
||||||
pages, err = fs.Sub(pageFS, "pages/mino")
|
|
||||||
case "hub":
|
|
||||||
pages, err = fs.Sub(pageFS, "pages/hub")
|
|
||||||
default:
|
|
||||||
pages, err = fs.Sub(pageFS, "pages/design") // 默认主题
|
|
||||||
logWarning("Invalid Pages Theme: %s, using default theme 'design'", cfg.Pages.Theme)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 从嵌入式文件系统中获取主题子目录
|
||||||
|
themePath := fmt.Sprintf("pages/%s", theme)
|
||||||
|
pages, err := fs.Sub(pageFS, themePath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, nil, fmt.Errorf("failed to load embedded pages: %w", err)
|
return nil, nil, fmt.Errorf("failed to load embedded theme '%s': %w", theme, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 初始化errPagesFs
|
// 加载共享资源文件
|
||||||
errPagesInitErr := proxy.InitErrPagesFS(pageFS)
|
assets, err := fs.Sub(pageFS, "pages/assets")
|
||||||
if errPagesInitErr != nil {
|
|
||||||
logWarning("errPagesInitErr: %s", errPagesInitErr)
|
|
||||||
}
|
|
||||||
|
|
||||||
var assets fs.FS
|
|
||||||
assets, err = fs.Sub(pageFS, "pages/assets")
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, nil, fmt.Errorf("failed to load embedded assets: %w", err)
|
return nil, nil, fmt.Errorf("failed to load embedded assets: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return pages, assets, nil
|
return pages, assets, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// setupPages 设置页面路由
|
// setupPages 设置页面路由, 增强了错误处理
|
||||||
func setupPages(cfg *config.Config, r *touka.Engine) {
|
func setupPages(cfg *config.Config, r *touka.Engine) {
|
||||||
switch cfg.Pages.Mode {
|
switch cfg.Pages.Mode {
|
||||||
case "internal":
|
case "internal":
|
||||||
err := setInternalRoute(cfg, r)
|
err := setInternalRoute(cfg, r)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logError("Failed when processing internal pages: %s", err)
|
logger.Errorf("Failed to set up internal pages, server cannot start: %s", err)
|
||||||
fmt.Println(err.Error())
|
fmt.Printf("Failed to set up internal pages, server cannot start: %s", err)
|
||||||
return
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
case "external":
|
case "external":
|
||||||
@@ -229,15 +238,13 @@ func setupPages(cfg *config.Config, r *touka.Engine) {
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
// 处理无效的Pages Mode
|
// 处理无效的Pages Mode
|
||||||
logWarning("Invalid Pages Mode: %s, using default embedded theme", cfg.Pages.Mode)
|
logger.Warnf("Invalid Pages Mode: %s, using default embedded theme", cfg.Pages.Mode)
|
||||||
|
|
||||||
err := setInternalRoute(cfg, r)
|
err := setInternalRoute(cfg, r)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logError("Failed when processing internal pages: %s", err)
|
logger.Errorf("Failed to set up internal pages, server cannot start: %s", err)
|
||||||
fmt.Println(err.Error())
|
fmt.Printf("Failed to set up internal pages, server cannot start: %s", err)
|
||||||
return
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -259,11 +266,9 @@ func viaHeader() func(c *touka.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func setInternalRoute(cfg *config.Config, r *touka.Engine) error {
|
func setInternalRoute(cfg *config.Config, r *touka.Engine) error {
|
||||||
|
|
||||||
// 加载嵌入式资源
|
// 加载嵌入式资源
|
||||||
pages, assets, err := loadEmbeddedPages(cfg)
|
pages, assets, err := loadEmbeddedPages(cfg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logError("Failed when processing pages: %s", err)
|
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -281,13 +286,13 @@ func init() {
|
|||||||
readFlag()
|
readFlag()
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
// 如果设置了 -h,则显示帮助信息并退出
|
// 如果设置了 -h, 则显示帮助信息并退出
|
||||||
if showHelp {
|
if showHelp {
|
||||||
flag.Usage()
|
flag.Usage()
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 如果设置了 -v,则显示版本号并退出
|
// 如果设置了 -v, 则显示版本号并退出
|
||||||
if showVersion {
|
if showVersion {
|
||||||
fmt.Printf("GHProxy Version: %s \n", version)
|
fmt.Printf("GHProxy Version: %s \n", version)
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
@@ -296,6 +301,7 @@ func init() {
|
|||||||
loadConfig()
|
loadConfig()
|
||||||
if cfg != nil { // 在setupLogger前添加空值检查
|
if cfg != nil { // 在setupLogger前添加空值检查
|
||||||
setupLogger(cfg)
|
setupLogger(cfg)
|
||||||
|
initializeErrorPages()
|
||||||
InitReq(cfg)
|
InitReq(cfg)
|
||||||
setMemLimit(cfg)
|
setMemLimit(cfg)
|
||||||
loadlist(cfg)
|
loadlist(cfg)
|
||||||
@@ -310,7 +316,7 @@ func init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if cfg.Server.Debug {
|
if cfg.Server.Debug {
|
||||||
version = "Dev" // 如果是Debug模式,版本设置为"Dev"
|
version = "Dev" // 如果是Debug模式, 版本设置为"Dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -333,6 +339,8 @@ func main() {
|
|||||||
|
|
||||||
r.Use(touka.Recovery()) // Recovery中间件
|
r.Use(touka.Recovery()) // Recovery中间件
|
||||||
r.SetLogger(logger)
|
r.SetLogger(logger)
|
||||||
|
r.SetErrorHandler(proxy.UnifiedToukaErrorHandler)
|
||||||
|
r.SetHTTPClient(httpClient)
|
||||||
r.Use(record.Middleware()) // log中间件
|
r.Use(record.Middleware()) // log中间件
|
||||||
r.Use(viaHeader())
|
r.Use(viaHeader())
|
||||||
/*
|
/*
|
||||||
@@ -360,12 +368,67 @@ func main() {
|
|||||||
Burst: cfg.RateLimit.Burst,
|
Burst: cfg.RateLimit.Burst,
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if cfg.IPFilter.Enabled {
|
||||||
|
var err error
|
||||||
|
ipAllowList, ipBlockList, err := auth.ReadIPFilterList(cfg)
|
||||||
|
if err != nil {
|
||||||
|
fmt.Printf("Failed to read IP filter list: %v\n", err)
|
||||||
|
logger.Errorf("Failed to read IP filter list: %v", err)
|
||||||
|
os.Exit(1)
|
||||||
|
}
|
||||||
|
ipBlockFilter, err := ipfilter.NewIPFilter(ipfilter.IPFilterConfig{
|
||||||
|
EnableAllowList: cfg.IPFilter.EnableAllowList,
|
||||||
|
EnableBlockList: cfg.IPFilter.EnableBlockList,
|
||||||
|
AllowList: ipAllowList,
|
||||||
|
BlockList: ipBlockList,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
fmt.Printf("Failed to initialize IP filter: %v\n", err)
|
||||||
|
logger.Errorf("Failed to initialize IP filter: %v", err)
|
||||||
|
os.Exit(1)
|
||||||
|
} else {
|
||||||
|
r.Use(ipBlockFilter)
|
||||||
|
}
|
||||||
|
}
|
||||||
setupApi(cfg, r, version)
|
setupApi(cfg, r, version)
|
||||||
setupPages(cfg, r)
|
setupPages(cfg, r)
|
||||||
|
r.SetRedirectTrailingSlash(false)
|
||||||
|
|
||||||
r.GET("/github.com/:user/:repo/releases/*filepath", func(c *touka.Context) {
|
r.GET("/github.com/:user/:repo/releases/*filepath", func(c *touka.Context) {
|
||||||
c.Set("matcher", "releases")
|
// 规范化路径: 移除前导斜杠, 简化后续处理
|
||||||
proxy.RoutingHandler(cfg)(c)
|
filepath := c.Param("filepath")
|
||||||
|
if len(filepath) > 0 && filepath[0] == '/' {
|
||||||
|
filepath = filepath[1:]
|
||||||
|
}
|
||||||
|
|
||||||
|
isValidDownload := false
|
||||||
|
|
||||||
|
// 检查两种合法的下载链接格式
|
||||||
|
// 情况 A: "download/..."
|
||||||
|
if strings.HasPrefix(filepath, "download/") {
|
||||||
|
isValidDownload = true
|
||||||
|
} else {
|
||||||
|
// 情况 B: ":tag/download/..."
|
||||||
|
slashIndex := strings.IndexByte(filepath, '/')
|
||||||
|
// 确保 tag 部分存在 (slashIndex > 0)
|
||||||
|
if slashIndex > 0 {
|
||||||
|
pathAfterTag := filepath[slashIndex+1:]
|
||||||
|
if strings.HasPrefix(pathAfterTag, "download/") {
|
||||||
|
isValidDownload = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 根据匹配结果执行最终操作
|
||||||
|
if isValidDownload {
|
||||||
|
c.Set("matcher", "releases")
|
||||||
|
proxy.RoutingHandler(cfg)(c)
|
||||||
|
} else {
|
||||||
|
// 任何不符合下载链接格式的 'releases' 路径都被视为浏览页面并拒绝
|
||||||
|
proxy.ErrorPage(c, proxy.NewErrorWithStatusLookup(400, "unsupported releases page, only download links are allowed"))
|
||||||
|
return
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
r.GET("/github.com/:user/:repo/archive/*filepath", func(c *touka.Context) {
|
r.GET("/github.com/:user/:repo/archive/*filepath", func(c *touka.Context) {
|
||||||
@@ -411,27 +474,31 @@ func main() {
|
|||||||
proxy.RoutingHandler(cfg)(c)
|
proxy.RoutingHandler(cfg)(c)
|
||||||
})
|
})
|
||||||
|
|
||||||
r.GET("/v2/", func(c *touka.Context) {
|
r.GET("/v2/",
|
||||||
emptyJSON := "{}"
|
r.UseIf(cfg.Docker.Auth, func() touka.HandlerFunc {
|
||||||
c.Header("Content-Type", "application/json")
|
return bauth.BasicAuthForStatic(cfg.Docker.Credentials, "GHProxy Docker Proxy")
|
||||||
c.Header("Content-Length", fmt.Sprint(len(emptyJSON)))
|
}),
|
||||||
|
func(c *touka.Context) {
|
||||||
|
emptyJSON := "{}"
|
||||||
|
c.Header("Content-Type", "application/json")
|
||||||
|
c.Header("Content-Length", fmt.Sprint(len(emptyJSON)))
|
||||||
|
|
||||||
c.Header("Docker-Distribution-API-Version", "registry/2.0")
|
c.Header("Docker-Distribution-API-Version", "registry/2.0")
|
||||||
|
|
||||||
c.Status(200)
|
c.Status(200)
|
||||||
c.Writer.Write([]byte(emptyJSON))
|
c.Writer.Write([]byte(emptyJSON))
|
||||||
|
},
|
||||||
|
)
|
||||||
|
|
||||||
|
r.GET("/v2", func(c *touka.Context) {
|
||||||
|
// 重定向到 /v2/
|
||||||
|
c.Redirect(http.StatusMovedPermanently, "/v2/")
|
||||||
})
|
})
|
||||||
|
|
||||||
r.ANY("/v2/:target/:user/:repo/*filepath", func(c *touka.Context) {
|
r.ANY("/v2/:target/:user/:repo/*filepath", func(c *touka.Context) {
|
||||||
proxy.GhcrWithImageRouting(cfg)(c)
|
proxy.GhcrWithImageRouting(cfg)(c)
|
||||||
})
|
})
|
||||||
|
|
||||||
/*
|
|
||||||
r.Any("/v2/:target/*filepath", func( c *touka.Context) {
|
|
||||||
proxy.GhcrRouting(cfg)(c)
|
|
||||||
})
|
|
||||||
*/
|
|
||||||
|
|
||||||
r.NoRoute(func(c *touka.Context) {
|
r.NoRoute(func(c *touka.Context) {
|
||||||
proxy.NoRouteHandler(cfg)(c)
|
proxy.NoRouteHandler(cfg)(c)
|
||||||
})
|
})
|
||||||
@@ -455,7 +522,7 @@ func main() {
|
|||||||
addr := fmt.Sprintf("%s:%d", cfg.Server.Host, cfg.Server.Port)
|
addr := fmt.Sprintf("%s:%d", cfg.Server.Host, cfg.Server.Port)
|
||||||
err := r.RunShutdown(addr)
|
err := r.RunShutdown(addr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logError("Server Run Error: %v", err)
|
logger.Errorf("Server Run Error: %v", err)
|
||||||
fmt.Printf("Server Run Error: %v\n", err)
|
fmt.Printf("Server Run Error: %v\n", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
344
proxy/docker.go
344
proxy/docker.go
@@ -1,20 +1,21 @@
|
|||||||
package proxy
|
package proxy
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/infinite-iroha/touka"
|
|
||||||
|
|
||||||
"ghproxy/config"
|
|
||||||
"ghproxy/weakcache"
|
|
||||||
"io"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
|
"net/url"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"ghproxy/config"
|
||||||
|
"ghproxy/weakcache"
|
||||||
|
|
||||||
|
"github.com/WJQSERVER-STUDIO/go-utils/iox"
|
||||||
"github.com/WJQSERVER-STUDIO/go-utils/limitreader"
|
"github.com/WJQSERVER-STUDIO/go-utils/limitreader"
|
||||||
|
"github.com/go-json-experiment/json"
|
||||||
|
"github.com/infinite-iroha/touka"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
@@ -22,85 +23,109 @@ var (
|
|||||||
ghcrTarget = "ghcr.io"
|
ghcrTarget = "ghcr.io"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// cache 用于存储认证令牌, 避免重复获取
|
||||||
var cache *weakcache.Cache[string]
|
var cache *weakcache.Cache[string]
|
||||||
|
|
||||||
|
// imageInfo 结构体用于存储镜像的相关信息
|
||||||
type imageInfo struct {
|
type imageInfo struct {
|
||||||
User string
|
User string
|
||||||
Repo string
|
Repo string
|
||||||
Image string
|
Image string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// InitWeakCache 初始化弱引用缓存
|
||||||
func InitWeakCache() *weakcache.Cache[string] {
|
func InitWeakCache() *weakcache.Cache[string] {
|
||||||
|
// 使用默认过期时间和容量为100创建一个新的弱引用缓存
|
||||||
cache = weakcache.NewCache[string](weakcache.DefaultExpiration, 100)
|
cache = weakcache.NewCache[string](weakcache.DefaultExpiration, 100)
|
||||||
return cache
|
return cache
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// GhcrWithImageRouting 处理带有镜像路由的请求, 根据目标路由到不同的Docker注册表
|
||||||
func GhcrWithImageRouting(cfg *config.Config) touka.HandlerFunc {
|
func GhcrWithImageRouting(cfg *config.Config) touka.HandlerFunc {
|
||||||
return func(c *touka.Context) {
|
return func(c *touka.Context) {
|
||||||
|
// 从 main.go 中固定的路由 "/v2/:target/:user/:repo/*filepath" 获取参数
|
||||||
charToFind := '.'
|
|
||||||
reqTarget := c.Param("target")
|
reqTarget := c.Param("target")
|
||||||
reqImageUser := c.Param("user")
|
reqImageUser := c.Param("user")
|
||||||
reqImageName := c.Param("repo")
|
reqImageName := c.Param("repo")
|
||||||
reqFilePath := c.Param("filepath")
|
reqFilePath := c.Param("filepath")
|
||||||
|
|
||||||
path := fmt.Sprintf("%s/%s/%s", reqImageUser, reqImageName, reqFilePath)
|
var upstreamTarget string
|
||||||
target := ""
|
var requestPath string
|
||||||
|
var imageNameForAuth string
|
||||||
|
|
||||||
if strings.ContainsRune(reqTarget, charToFind) {
|
// 关键逻辑: 判断 reqTarget 是真实主机名还是镜像名的一部分
|
||||||
|
// 依据: 真实主机名/IP通常包含'.'或':'
|
||||||
|
if strings.Contains(reqTarget, ".") || strings.Contains(reqTarget, ":") {
|
||||||
|
// 情况 A: reqTarget 是一个显式指定的主机名 (例如 "ghcr.io", "my-registry.com", "127.0.0.1:5000")
|
||||||
|
c.Debugf("Request target '%s' identified as an explicit hostname.", reqTarget)
|
||||||
|
|
||||||
|
// https://github.com/WJQSERVER-STUDIO/ghproxy/issues/159
|
||||||
if reqTarget == "docker.io" {
|
if reqTarget == "docker.io" {
|
||||||
target = dockerhubTarget
|
upstreamTarget = dockerhubTarget
|
||||||
} else if reqTarget == "ghcr.io" {
|
|
||||||
target = ghcrTarget
|
|
||||||
} else {
|
} else {
|
||||||
target = reqTarget
|
upstreamTarget = reqTarget
|
||||||
}
|
}
|
||||||
|
// 上游请求的路径是主机名之后的部分
|
||||||
|
requestPath = fmt.Sprintf("%s/%s%s", reqImageUser, reqImageName, reqFilePath)
|
||||||
|
// 用于认证的镜像名是 user/repo
|
||||||
|
imageNameForAuth = fmt.Sprintf("%s/%s", reqImageUser, reqImageName)
|
||||||
} else {
|
} else {
|
||||||
path = c.GetRequestURI()
|
// 情况 B: reqTarget 是镜像名的一部分 (例如 "wjqserver", "library")
|
||||||
reqImageUser = c.Param("target")
|
c.Debugf("Request target '%s' identified as part of an image name. Using default registry.", reqTarget)
|
||||||
reqImageName = c.Param("user")
|
// 使用配置文件中的默认目标
|
||||||
|
switch cfg.Docker.Target {
|
||||||
|
case "ghcr":
|
||||||
|
upstreamTarget = ghcrTarget
|
||||||
|
case "dockerhub":
|
||||||
|
upstreamTarget = dockerhubTarget
|
||||||
|
case "":
|
||||||
|
ErrorPage(c, NewErrorWithStatusLookup(500, "Default Docker Target is not configured in config file"))
|
||||||
|
return
|
||||||
|
default:
|
||||||
|
upstreamTarget = cfg.Docker.Target
|
||||||
|
}
|
||||||
|
// 必须将路由错误分割的所有部分重新组合成完整的镜像路径
|
||||||
|
requestPath = fmt.Sprintf("%s/%s/%s%s", reqTarget, reqImageUser, reqImageName, reqFilePath)
|
||||||
|
// 用于认证的镜像名是 target/user (例如 "wjqserver/ghproxy", "library/ubuntu")
|
||||||
|
imageNameForAuth = fmt.Sprintf("%s/%s", reqTarget, reqImageUser)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 清理路径, 防止出现 "//"
|
||||||
|
requestPath = strings.TrimPrefix(requestPath, "/")
|
||||||
|
|
||||||
|
// 为认证和缓存准备镜像信息
|
||||||
image := &imageInfo{
|
image := &imageInfo{
|
||||||
User: reqImageUser,
|
Image: imageNameForAuth,
|
||||||
Repo: reqImageName,
|
|
||||||
Image: fmt.Sprintf("%s/%s", reqImageUser, reqImageName),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GhcrToTarget(c, cfg, target, path, image)
|
// 调用 GhcrToTarget 处理实际的代理请求
|
||||||
|
GhcrToTarget(c, cfg, upstreamTarget, requestPath, image)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// GhcrToTarget 根据配置和目标信息将请求代理到上游Docker注册表
|
||||||
func GhcrToTarget(c *touka.Context, cfg *config.Config, target string, path string, image *imageInfo) {
|
func GhcrToTarget(c *touka.Context, cfg *config.Config, target string, path string, image *imageInfo) {
|
||||||
if cfg.Docker.Enabled {
|
// 检查Docker代理是否启用
|
||||||
var ctx = c.Request.Context()
|
if !cfg.Docker.Enabled {
|
||||||
if target != "" {
|
|
||||||
GhcrRequest(ctx, c, "https://"+target+"/v2/"+path+"?"+c.GetReqQueryString(), image, cfg, target)
|
|
||||||
} else {
|
|
||||||
if cfg.Docker.Target == "ghcr" {
|
|
||||||
GhcrRequest(ctx, c, "https://"+ghcrTarget+c.GetRequestURI(), image, cfg, ghcrTarget)
|
|
||||||
} else if cfg.Docker.Target == "dockerhub" {
|
|
||||||
GhcrRequest(ctx, c, "https://"+dockerhubTarget+c.GetRequestURI(), image, cfg, dockerhubTarget)
|
|
||||||
} else if cfg.Docker.Target != "" {
|
|
||||||
// 自定义taget
|
|
||||||
GhcrRequest(ctx, c, "https://"+cfg.Docker.Target+c.GetRequestURI(), image, cfg, cfg.Docker.Target)
|
|
||||||
} else {
|
|
||||||
// 配置为空
|
|
||||||
ErrorPage(c, NewErrorWithStatusLookup(403, "Docker Target is not set"))
|
|
||||||
return
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} else {
|
|
||||||
ErrorPage(c, NewErrorWithStatusLookup(403, "Docker is not Allowed"))
|
ErrorPage(c, NewErrorWithStatusLookup(403, "Docker is not Allowed"))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var ctx = c.Request.Context()
|
||||||
|
|
||||||
|
// 构造目标URL. 这里的target和path都是由GhcrWithImageRouting正确解析得来的.
|
||||||
|
destUrl := "https://" + target + "/v2/" + path
|
||||||
|
if query := c.GetReqQueryString(); query != "" {
|
||||||
|
destUrl += "?" + query
|
||||||
|
}
|
||||||
|
c.Debugf("Proxying to target '%s' with path '%s'. Final URL: %s", target, path, destUrl)
|
||||||
|
|
||||||
|
// 执行实际的代理请求
|
||||||
|
GhcrRequest(ctx, c, destUrl, image, cfg, target)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// GhcrRequest 执行对Docker注册表的HTTP请求, 处理认证和重定向
|
||||||
func GhcrRequest(ctx context.Context, c *touka.Context, u string, image *imageInfo, cfg *config.Config, target string) {
|
func GhcrRequest(ctx context.Context, c *touka.Context, u string, image *imageInfo, cfg *config.Config, target string) {
|
||||||
|
|
||||||
var (
|
var (
|
||||||
method string
|
method string
|
||||||
req *http.Request
|
req *http.Request
|
||||||
@@ -108,22 +133,19 @@ func GhcrRequest(ctx context.Context, c *touka.Context, u string, image *imageIn
|
|||||||
err error
|
err error
|
||||||
)
|
)
|
||||||
|
|
||||||
go func() {
|
|
||||||
<-ctx.Done()
|
|
||||||
if resp != nil && resp.Body != nil {
|
|
||||||
resp.Body.Close()
|
|
||||||
}
|
|
||||||
if req != nil {
|
|
||||||
req.Body.Close()
|
|
||||||
}
|
|
||||||
}()
|
|
||||||
|
|
||||||
method = c.Request.Method
|
method = c.Request.Method
|
||||||
|
ghcrclient := c.GetHTTPC()
|
||||||
|
bodyByte, err := c.GetReqBodyFull()
|
||||||
|
if err != nil {
|
||||||
|
HandleError(c, fmt.Sprintf("Failed to read request body: %v", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
// 构建初始请求
|
||||||
rb := ghcrclient.NewRequestBuilder(method, u)
|
rb := ghcrclient.NewRequestBuilder(method, u)
|
||||||
rb.NoDefaultHeaders()
|
rb.NoDefaultHeaders() // 不使用默认头部, 以便完全控制
|
||||||
rb.SetBody(c.Request.Body)
|
rb.SetBody(bytes.NewBuffer(bodyByte)) // 设置请求体
|
||||||
rb.WithContext(ctx)
|
rb.WithContext(ctx) // 设置请求上下文
|
||||||
|
|
||||||
req, err = rb.Build()
|
req, err = rb.Build()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -131,78 +153,146 @@ func GhcrRequest(ctx context.Context, c *touka.Context, u string, image *imageIn
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
//c.Request.Header.VisitAll(func(key, value []byte) {
|
// 复制客户端请求的头部到代理请求
|
||||||
// headerKey := string(key)
|
|
||||||
// headerValue := string(value)
|
|
||||||
// req.Header.Add(headerKey, headerValue)
|
|
||||||
//})
|
|
||||||
copyHeader(c.Request.Header, req.Header)
|
copyHeader(c.Request.Header, req.Header)
|
||||||
|
|
||||||
|
// 确保 Accept 头部被正确设置
|
||||||
|
if acceptHeader, ok := c.Request.Header["Accept"]; ok {
|
||||||
|
req.Header["Accept"] = acceptHeader
|
||||||
|
}
|
||||||
|
|
||||||
|
// 设置 Host 头部为上游目标
|
||||||
req.Header.Set("Host", target)
|
req.Header.Set("Host", target)
|
||||||
if image != nil {
|
|
||||||
|
// 尝试从缓存中获取并使用认证令牌
|
||||||
|
if image != nil && image.Image != "" {
|
||||||
token, exist := cache.Get(image.Image)
|
token, exist := cache.Get(image.Image)
|
||||||
if exist {
|
if exist {
|
||||||
c.Debugf("Use Cache Token: %s", token)
|
|
||||||
req.Header.Set("Authorization", "Bearer "+token)
|
req.Header.Set("Authorization", "Bearer "+token)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 发送初始请求
|
||||||
resp, err = ghcrclient.Do(req)
|
resp, err = ghcrclient.Do(req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
HandleError(c, fmt.Sprintf("Failed to send request: %v", err))
|
HandleError(c, fmt.Sprintf("Failed to send request: %v", err))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// 处理状态码
|
// 处理 401 Unauthorized 或 404 Not Found 响应, 尝试重新认证并重试
|
||||||
if resp.StatusCode == 401 {
|
if resp.StatusCode == 401 || resp.StatusCode == 404 {
|
||||||
// 请求target /v2/路径
|
// 对于 /v2/ 的请求不进行重试, 因为它通常用于发现认证端点
|
||||||
if string(c.GetRequestURIPath()) != "/v2/" {
|
shouldRetry := string(c.GetRequestURIPath()) != "/v2/"
|
||||||
resp.Body.Close()
|
originalStatusCode := resp.StatusCode
|
||||||
if image == nil {
|
c.Debugf("Initial request failed with status %d. Retry eligibility: %t", originalStatusCode, shouldRetry)
|
||||||
ErrorPage(c, NewErrorWithStatusLookup(401, "Unauthorized"))
|
|
||||||
|
if shouldRetry {
|
||||||
|
if image == nil || image.Image == "" {
|
||||||
|
_ = resp.Body.Close() // 终止流程, 关闭当前响应体
|
||||||
|
ErrorPage(c, NewErrorWithStatusLookup(originalStatusCode, "Unauthorized"))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
// 获取新的认证令牌
|
||||||
token := ChallengeReq(target, image, ctx, c)
|
token := ChallengeReq(target, image, ctx, c)
|
||||||
|
|
||||||
// 更新kv
|
|
||||||
if token != "" {
|
if token != "" {
|
||||||
|
c.Debugf("Successfully obtained auth token. Retrying request.")
|
||||||
|
_ = resp.Body.Close() // 在发起重试请求前, 关闭旧的响应体
|
||||||
|
|
||||||
|
// 更新kv
|
||||||
c.Debugf("Update Cache Token: %s", token)
|
c.Debugf("Update Cache Token: %s", token)
|
||||||
cache.Put(image.Image, token)
|
cache.Put(image.Image, token)
|
||||||
}
|
|
||||||
|
|
||||||
rb := ghcrclient.NewRequestBuilder(string(method), u)
|
// 重新构建并发送请求
|
||||||
rb.NoDefaultHeaders()
|
rb_retry := ghcrclient.NewRequestBuilder(method, u)
|
||||||
rb.SetBody(c.Request.Body)
|
rb_retry.NoDefaultHeaders()
|
||||||
rb.WithContext(ctx)
|
rb_retry.SetBody(bytes.NewBuffer(bodyByte))
|
||||||
|
rb_retry.WithContext(ctx)
|
||||||
|
|
||||||
req, err = rb.Build()
|
req_retry, err_retry := rb_retry.Build()
|
||||||
if err != nil {
|
if err_retry != nil {
|
||||||
HandleError(c, fmt.Sprintf("Failed to create request: %v", err))
|
HandleError(c, fmt.Sprintf("Failed to create retry request: %v", err_retry))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
c.Request.Header.VisitAll(func(key, value []byte) {
|
|
||||||
headerKey := string(key)
|
|
||||||
headerValue := string(value)
|
|
||||||
req.Header.Add(headerKey, headerValue)
|
|
||||||
})
|
|
||||||
*/
|
|
||||||
copyHeader(c.Request.Header, req.Header)
|
|
||||||
|
|
||||||
req.Header.Set("Host", target)
|
copyHeader(c.Request.Header, req_retry.Header) // 复制原始头部
|
||||||
if token != "" {
|
if acceptHeader, ok := c.Request.Header["Accept"]; ok {
|
||||||
req.Header.Set("Authorization", "Bearer "+token)
|
req_retry.Header["Accept"] = acceptHeader
|
||||||
}
|
}
|
||||||
|
|
||||||
resp, err = ghcrclient.Do(req)
|
req_retry.Header.Set("Host", target) // 设置 Host 头部
|
||||||
if err != nil {
|
req_retry.Header.Set("Authorization", "Bearer "+token) // 使用新令牌
|
||||||
HandleError(c, fmt.Sprintf("Failed to send request: %v", err))
|
|
||||||
return
|
c.Debugf("Executing retry request. Method: %s, URL: %s", req_retry.Method, req_retry.URL.String())
|
||||||
|
|
||||||
|
resp_retry, err_retry := ghcrclient.Do(req_retry)
|
||||||
|
if err_retry != nil {
|
||||||
|
HandleError(c, fmt.Sprintf("Failed to send retry request: %v", err_retry))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
c.Debugf("Retry request completed with status code: %d", resp_retry.StatusCode)
|
||||||
|
resp = resp_retry // 更新响应为重试后的响应
|
||||||
|
} else {
|
||||||
|
c.Warnf("Failed to obtain auth token. Cannot retry.")
|
||||||
|
// 获取令牌失败, 将继续处理原始的401/404响应, 其响应体仍然打开
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
} else if resp.StatusCode == 404 { // 错误处理(404)
|
// 透明地处理 302 Found 或 307 Temporary Redirect 重定向
|
||||||
ErrorPage(c, NewErrorWithStatusLookup(404, "Page Not Found (From Github)"))
|
if resp.StatusCode == http.StatusFound || resp.StatusCode == http.StatusTemporaryRedirect {
|
||||||
|
location := resp.Header.Get("Location")
|
||||||
|
if location == "" {
|
||||||
|
_ = resp.Body.Close() // 终止流程, 关闭当前响应体
|
||||||
|
HandleError(c, "Redirect response missing Location header")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
redirectURL, err := url.Parse(location)
|
||||||
|
if err != nil {
|
||||||
|
_ = resp.Body.Close() // 终止流程, 关闭当前响应体
|
||||||
|
HandleError(c, fmt.Sprintf("Failed to parse redirect location: %v", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
// 如果 Location 是相对路径, 则根据原始请求的 URL 解析为绝对路径
|
||||||
|
if !redirectURL.IsAbs() {
|
||||||
|
originalURL := resp.Request.URL
|
||||||
|
redirectURL = originalURL.ResolveReference(redirectURL)
|
||||||
|
c.Debugf("Resolved relative redirect to absolute URL: %s", redirectURL.String())
|
||||||
|
}
|
||||||
|
|
||||||
|
c.Debugf("Handling redirect. Status: %d, Final Location: %s", resp.StatusCode, redirectURL.String())
|
||||||
|
_ = resp.Body.Close() // 明确关闭重定向响应的响应体, 因为我们将发起新请求
|
||||||
|
|
||||||
|
// 创建并发送重定向请求, 通常使用 GET 方法
|
||||||
|
redirectReq, err := http.NewRequestWithContext(ctx, "GET", redirectURL.String(), nil)
|
||||||
|
if err != nil {
|
||||||
|
HandleError(c, fmt.Sprintf("Failed to create redirect request: %v", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
redirectReq.Header.Set("User-Agent", c.Request.UserAgent()) // 复制 User-Agent
|
||||||
|
|
||||||
|
c.Debugf("Executing redirect request to: %s", redirectURL.String())
|
||||||
|
redirectResp, err := ghcrclient.Do(redirectReq)
|
||||||
|
if err != nil {
|
||||||
|
HandleError(c, fmt.Sprintf("Failed to execute redirect request to %s: %v", redirectURL.String(), err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
c.Debugf("Redirect request to %s completed with status %d", redirectURL.String(), redirectResp.StatusCode)
|
||||||
|
resp = redirectResp // 更新响应为重定向后的响应
|
||||||
|
}
|
||||||
|
|
||||||
|
// 如果最终响应是 404, 则读取响应体并返回自定义错误页面
|
||||||
|
if resp.StatusCode == 404 {
|
||||||
|
defer resp.Body.Close() // 使用defer确保在函数返回前关闭响应体
|
||||||
|
bodyBytes, err := iox.ReadAll(resp.Body)
|
||||||
|
if err != nil {
|
||||||
|
c.Warnf("Failed to read upstream 404 response body: %v", err)
|
||||||
|
} else {
|
||||||
|
c.Warnf("Upstream 404 response body: %s", string(bodyBytes))
|
||||||
|
}
|
||||||
|
ErrorPage(c, NewErrorWithStatusLookup(404, "Page Not Found (From Upstream)"))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -212,6 +302,7 @@ func GhcrRequest(ctx context.Context, c *touka.Context, u string, image *imageIn
|
|||||||
sizelimit int
|
sizelimit int
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// 获取配置中的大小限制并转换单位 (MB -> Byte)
|
||||||
sizelimit = cfg.Server.SizeLimit * 1024 * 1024
|
sizelimit = cfg.Server.SizeLimit * 1024 * 1024
|
||||||
contentLength = resp.Header.Get("Content-Length")
|
contentLength = resp.Header.Get("Content-Length")
|
||||||
if contentLength != "" {
|
if contentLength != "" {
|
||||||
@@ -219,84 +310,82 @@ func GhcrRequest(ctx context.Context, c *touka.Context, u string, image *imageIn
|
|||||||
bodySize, err = strconv.Atoi(contentLength)
|
bodySize, err = strconv.Atoi(contentLength)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.Warnf("%s %s %s %s %s Content-Length header is not a valid integer: %v", c.ClientIP(), c.Request.Method, c.Request.URL.Path, c.UserAgent(), c.Request.Proto, err)
|
c.Warnf("%s %s %s %s %s Content-Length header is not a valid integer: %v", c.ClientIP(), c.Request.Method, c.Request.URL.Path, c.UserAgent(), c.Request.Proto, err)
|
||||||
bodySize = -1
|
bodySize = -1 // 无法解析则设置为 -1
|
||||||
}
|
}
|
||||||
|
// 如果内容大小超出限制, 返回 301 重定向到原始上游URL
|
||||||
if err == nil && bodySize > sizelimit {
|
if err == nil && bodySize > sizelimit {
|
||||||
finalURL := resp.Request.URL.String()
|
finalURL := resp.Request.URL.String()
|
||||||
err = resp.Body.Close()
|
_ = resp.Body.Close() // 明确关闭响应体, 因为我们将重定向而不是流式传输
|
||||||
if err != nil {
|
|
||||||
c.Errorf("Failed to close response body: %v", err)
|
|
||||||
}
|
|
||||||
c.Redirect(301, finalURL)
|
c.Redirect(301, finalURL)
|
||||||
c.Warnf("%s %s %s %s %s Final-URL: %s Size-Limit-Exceeded: %d", c.ClientIP(), c.Request.Method, c.Request.URL.Path, c.UserAgent(), c.Request.Proto, finalURL, bodySize)
|
c.Warnf("%s %s %s %s %s Final-URL: %s Size-Limit-Exceeded: %d", c.ClientIP(), c.Request.Method, c.Request.URL.Path, c.UserAgent(), c.Request.Proto, finalURL, bodySize)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 复制响应头,排除需要移除的 header
|
// 将上游响应头部复制到客户端响应
|
||||||
/*
|
|
||||||
for key, values := range resp.Header {
|
|
||||||
for _, value := range values {
|
|
||||||
c.Response.Header.Add(key, value)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
c.SetHeaders(resp.Header)
|
c.SetHeaders(resp.Header)
|
||||||
|
// 设置客户端响应状态码
|
||||||
c.Status(resp.StatusCode)
|
c.Status(resp.StatusCode)
|
||||||
|
// bodyReader 的所有权将转移给 SetBodyStream, 不再由此函数管理关闭
|
||||||
bodyReader := resp.Body
|
bodyReader := resp.Body
|
||||||
|
|
||||||
|
// 如果启用了带宽限制, 则使用限速读取器
|
||||||
if cfg.RateLimit.BandwidthLimit.Enabled {
|
if cfg.RateLimit.BandwidthLimit.Enabled {
|
||||||
bodyReader = limitreader.NewRateLimitedReader(bodyReader, bandwidthLimit, int(bandwidthBurst), ctx)
|
bodyReader = limitreader.NewRateLimitedReader(bodyReader, bandwidthLimit, int(bandwidthBurst), ctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 根据 Content-Length 设置响应体流
|
||||||
if contentLength != "" {
|
if contentLength != "" {
|
||||||
c.SetBodyStream(bodyReader, bodySize)
|
c.SetBodyStream(bodyReader, bodySize)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
c.SetBodyStream(bodyReader, -1)
|
c.SetBodyStream(bodyReader, -1)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// AuthToken 用于解析认证响应中的令牌
|
||||||
type AuthToken struct {
|
type AuthToken struct {
|
||||||
Token string `json:"token"`
|
Token string `json:"token"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ChallengeReq 执行认证挑战流程, 获取新的认证令牌
|
||||||
func ChallengeReq(target string, image *imageInfo, ctx context.Context, c *touka.Context) (token string) {
|
func ChallengeReq(target string, image *imageInfo, ctx context.Context, c *touka.Context) (token string) {
|
||||||
var resp401 *http.Response
|
var resp401 *http.Response
|
||||||
var req401 *http.Request
|
var req401 *http.Request
|
||||||
var err error
|
var err error
|
||||||
|
ghcrclient := c.GetHTTPC()
|
||||||
|
|
||||||
|
// 对 /v2/ 端点发送 GET 请求以触发认证挑战
|
||||||
rb401 := ghcrclient.NewRequestBuilder("GET", "https://"+target+"/v2/")
|
rb401 := ghcrclient.NewRequestBuilder("GET", "https://"+target+"/v2/")
|
||||||
rb401.NoDefaultHeaders()
|
rb401.NoDefaultHeaders()
|
||||||
rb401.WithContext(ctx)
|
rb401.WithContext(ctx)
|
||||||
rb401.AddHeader("User-Agent", "docker/28.1.1 go/go1.23.8 git-commit/01f442b kernel/6.12.25-amd64 os/linux arch/amd64 UpstreamClient(Docker-Client/28.1.1 ")
|
|
||||||
req401, err = rb401.Build()
|
req401, err = rb401.Build()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
HandleError(c, fmt.Sprintf("Failed to create request: %v", err))
|
HandleError(c, fmt.Sprintf("Failed to create request: %v", err))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
req401.Header.Set("Host", target)
|
req401.Header.Set("Host", target) // 设置 Host 头部
|
||||||
|
|
||||||
resp401, err = ghcrclient.Do(req401)
|
resp401, err = ghcrclient.Do(req401)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
HandleError(c, fmt.Sprintf("Failed to send request: %v", err))
|
HandleError(c, fmt.Sprintf("Failed to send request: %v", err))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
defer resp401.Body.Close()
|
defer resp401.Body.Close() // 确保响应体关闭
|
||||||
|
|
||||||
|
// 解析 Www-Authenticate 头部, 获取认证领域和参数
|
||||||
bearer, err := parseBearerWWWAuthenticateHeader(resp401.Header.Get("Www-Authenticate"))
|
bearer, err := parseBearerWWWAuthenticateHeader(resp401.Header.Get("Www-Authenticate"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.Errorf("Failed to parse Www-Authenticate header: %v", err)
|
c.Errorf("Failed to parse Www-Authenticate header: %v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 构建认证范围 (scope), 通常是 repository:<image_name>:pull
|
||||||
scope := fmt.Sprintf("repository:%s:pull", image.Image)
|
scope := fmt.Sprintf("repository:%s:pull", image.Image)
|
||||||
|
|
||||||
|
// 使用解析到的 Realm 和 Service, 以及 scope 请求认证令牌
|
||||||
getAuthRB := ghcrclient.NewRequestBuilder("GET", bearer.Realm).
|
getAuthRB := ghcrclient.NewRequestBuilder("GET", bearer.Realm).
|
||||||
NoDefaultHeaders().
|
NoDefaultHeaders().
|
||||||
WithContext(ctx).
|
WithContext(ctx).
|
||||||
AddHeader("User-Agent", "docker/28.1.1 go/go1.23.8 git-commit/01f442b kernel/6.12.25-amd64 os/linux arch/amd64 UpstreamClient(Docker-Client/28.1.1 ").
|
|
||||||
SetHeader("Host", bearer.Service).
|
SetHeader("Host", bearer.Service).
|
||||||
AddQueryParam("service", bearer.Service).
|
AddQueryParam("service", bearer.Service).
|
||||||
AddQueryParam("scope", scope)
|
AddQueryParam("scope", scope)
|
||||||
@@ -312,24 +401,23 @@ func ChallengeReq(target string, image *imageInfo, ctx context.Context, c *touka
|
|||||||
c.Errorf("Failed to send request: %v", err)
|
c.Errorf("Failed to send request: %v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
defer authResp.Body.Close() // 确保响应体关闭
|
||||||
|
|
||||||
defer authResp.Body.Close()
|
// 读取认证响应体
|
||||||
|
bodyBytes, err := iox.ReadAll(authResp.Body)
|
||||||
bodyBytes, err := io.ReadAll(authResp.Body)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.Errorf("Failed to read auth response body: %v", err)
|
c.Errorf("Failed to read auth response body: %v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// 解码json
|
// 解码 JSON 响应以获取令牌
|
||||||
var authToken AuthToken
|
var authToken AuthToken
|
||||||
err = json.Unmarshal(bodyBytes, &authToken)
|
err = json.Unmarshal(bodyBytes, &authToken)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.Errorf("Failed to decode auth response body: %v", err)
|
c.Errorf("Failed to decode auth response body: %v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
token = authToken.Token
|
token = authToken.Token // 提取令牌
|
||||||
|
|
||||||
return token
|
return token
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,18 @@ func HandleError(c *touka.Context, message string) {
|
|||||||
c.Errorf("%s %s %s %s %s Error: %v", c.ClientIP(), c.Request.Method, c.Request.URL.Path, c.UserAgent(), c.Request.Proto, message)
|
c.Errorf("%s %s %s %s %s Error: %v", c.ClientIP(), c.Request.Method, c.Request.URL.Path, c.UserAgent(), c.Request.Proto, message)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func UnifiedToukaErrorHandler(c *touka.Context, code int, err error) {
|
||||||
|
errMsg := ""
|
||||||
|
if err != nil {
|
||||||
|
errMsg = err.Error()
|
||||||
|
}
|
||||||
|
c.Errorf("%s %s %s %s %s Error: %v", c.ClientIP(), c.Request.Method, c.Request.URL.Path, c.UserAgent(), c.Request.Proto, errMsg)
|
||||||
|
|
||||||
|
constructedGHErr := NewErrorWithStatusLookup(code, errMsg)
|
||||||
|
|
||||||
|
ErrorPage(c, constructedGHErr)
|
||||||
|
}
|
||||||
|
|
||||||
type GHProxyErrors struct {
|
type GHProxyErrors struct {
|
||||||
StatusCode int
|
StatusCode int
|
||||||
StatusDesc string
|
StatusDesc string
|
||||||
@@ -65,6 +77,25 @@ var (
|
|||||||
StatusText: "服务器内部错误",
|
StatusText: "服务器内部错误",
|
||||||
HelpInfo: "服务器处理您的请求时发生错误,请稍后重试或联系管理员。",
|
HelpInfo: "服务器处理您的请求时发生错误,请稍后重试或联系管理员。",
|
||||||
}
|
}
|
||||||
|
// 502
|
||||||
|
ErrBadGateway = &GHProxyErrors{
|
||||||
|
StatusCode: 502,
|
||||||
|
StatusDesc: "Bad Gateway",
|
||||||
|
StatusText: "网关错误",
|
||||||
|
HelpInfo: "代理服务器从上游服务器接收到无效响应。",
|
||||||
|
}
|
||||||
|
ErrServiceUnavailable = &GHProxyErrors{
|
||||||
|
StatusCode: 503,
|
||||||
|
StatusDesc: "Service Unavailable",
|
||||||
|
StatusText: "服务不可用",
|
||||||
|
HelpInfo: "服务器目前无法处理请求,通常是由于服务器过载或停机维护。",
|
||||||
|
}
|
||||||
|
ErrGatewayTimeout = &GHProxyErrors{
|
||||||
|
StatusCode: 504,
|
||||||
|
StatusDesc: "Gateway Timeout",
|
||||||
|
StatusText: "网关超时",
|
||||||
|
HelpInfo: "代理服务器未能及时从上游服务器接收到响应。",
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
var statusErrorMap map[int]*GHProxyErrors
|
var statusErrorMap map[int]*GHProxyErrors
|
||||||
@@ -77,6 +108,9 @@ func init() {
|
|||||||
ErrNotFound.StatusCode: ErrNotFound,
|
ErrNotFound.StatusCode: ErrNotFound,
|
||||||
ErrTooManyRequests.StatusCode: ErrTooManyRequests,
|
ErrTooManyRequests.StatusCode: ErrTooManyRequests,
|
||||||
ErrInternalServerError.StatusCode: ErrInternalServerError,
|
ErrInternalServerError.StatusCode: ErrInternalServerError,
|
||||||
|
ErrBadGateway.StatusCode: ErrBadGateway,
|
||||||
|
ErrServiceUnavailable.StatusCode: ErrServiceUnavailable,
|
||||||
|
ErrGatewayTimeout.StatusCode: ErrGatewayTimeout,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -169,11 +203,11 @@ func NewSizedLRUCache(maxBytes int64) (*SizedLRUCache, error) {
|
|||||||
// 当内部 LRU 缓存因其自身的条目容量限制或 RemoveOldest 方法被调用而逐出条目时,
|
// 当内部 LRU 缓存因其自身的条目容量限制或 RemoveOldest 方法被调用而逐出条目时,
|
||||||
// 此回调函数会被执行,从而更新 currentBytes。
|
// 此回调函数会被执行,从而更新 currentBytes。
|
||||||
var err error
|
var err error
|
||||||
c.cache, err = lru.NewWithEvict[string, []byte](10000, func(key string, value []byte) {
|
//c.cache, err = lru.NewWithEvict[string, []byte](10000, func(key string, value []byte) {
|
||||||
|
c.cache, err = lru.NewWithEvict(10000, func(key string, value []byte) {
|
||||||
c.mu.Lock()
|
c.mu.Lock()
|
||||||
defer c.mu.Unlock()
|
defer c.mu.Unlock()
|
||||||
c.currentBytes -= int64(len(value))
|
c.currentBytes -= int64(len(value))
|
||||||
//logDebug("LRU evicted key: %s, size: %d, current total: %d", key, len(value), c.currentBytes)
|
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
@@ -195,7 +229,6 @@ func (c *SizedLRUCache) Add(key string, value []byte) {
|
|||||||
|
|
||||||
// 如果待添加的条目本身就大于缓存的最大容量,则不进行缓存。
|
// 如果待添加的条目本身就大于缓存的最大容量,则不进行缓存。
|
||||||
if itemSize > c.maxBytes {
|
if itemSize > c.maxBytes {
|
||||||
//c.Warnf("Item key %s (size %d) larger than cache max capacity %d. Not caching.", key, itemSize, c.maxBytes)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -203,23 +236,19 @@ func (c *SizedLRUCache) Add(key string, value []byte) {
|
|||||||
if oldVal, ok := c.cache.Get(key); ok {
|
if oldVal, ok := c.cache.Get(key); ok {
|
||||||
c.currentBytes -= int64(len(oldVal))
|
c.currentBytes -= int64(len(oldVal))
|
||||||
c.cache.Remove(key)
|
c.cache.Remove(key)
|
||||||
//logDebug("Key %s exists, removed old size %d. Current total: %d", key, len(oldVal), c.currentBytes)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 主动逐出最旧的条目,直到有足够的空间容纳新条目。
|
// 主动逐出最旧的条目,直到有足够的空间容纳新条目。
|
||||||
for c.currentBytes+itemSize > c.maxBytes && c.cache.Len() > 0 {
|
for c.currentBytes+itemSize > c.maxBytes && c.cache.Len() > 0 {
|
||||||
_, _, existed := c.cache.RemoveOldest()
|
_, _, existed := c.cache.RemoveOldest()
|
||||||
if !existed {
|
if !existed {
|
||||||
//c.Warnf("Attempted to remove oldest, but item not found.")
|
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
//logDebug("Proactively evicted item (size %d) to free space. Current total: %d", len(oldVal), c.currentBytes)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 添加新条目到内部 LRU 缓存。
|
// 添加新条目到内部 LRU 缓存。
|
||||||
c.cache.Add(key, value)
|
c.cache.Add(key, value)
|
||||||
c.currentBytes += itemSize // 手动增加新条目的大小到 currentBytes。
|
c.currentBytes += itemSize // 手动增加新条目的大小到 currentBytes。
|
||||||
//logDebug("Item added: key %s, size: %d, current total: %d", key, itemSize, c.currentBytes)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const maxErrorPageCacheBytes = 512 * 1024 // 错误页面缓存的最大容量:512KB
|
const maxErrorPageCacheBytes = 512 * 1024 // 错误页面缓存的最大容量:512KB
|
||||||
@@ -231,7 +260,6 @@ func init() {
|
|||||||
var err error
|
var err error
|
||||||
errorPageCache, err = NewSizedLRUCache(maxErrorPageCacheBytes)
|
errorPageCache, err = NewSizedLRUCache(maxErrorPageCacheBytes)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// logError("Failed to initialize error page LRU cache: %v", err)
|
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -283,6 +311,16 @@ func htmlTemplateRender(data interface{}) ([]byte, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func ErrorPage(c *touka.Context, errInfo *GHProxyErrors) {
|
func ErrorPage(c *touka.Context, errInfo *GHProxyErrors) {
|
||||||
|
|
||||||
|
select {
|
||||||
|
case <-c.Request.Context().Done():
|
||||||
|
return
|
||||||
|
default:
|
||||||
|
if c.Writer.Written() {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// 将 errInfo 转换为 ErrorPageData 结构体
|
// 将 errInfo 转换为 ErrorPageData 结构体
|
||||||
var err error
|
var err error
|
||||||
var cacheKey string
|
var cacheKey string
|
||||||
|
|||||||
@@ -17,30 +17,12 @@ func GitReq(ctx context.Context, c *touka.Context, u string, cfg *config.Config,
|
|||||||
resp *http.Response
|
resp *http.Response
|
||||||
)
|
)
|
||||||
|
|
||||||
go func() {
|
|
||||||
<-ctx.Done()
|
|
||||||
if resp != nil && resp.Body != nil {
|
|
||||||
resp.Body.Close()
|
|
||||||
}
|
|
||||||
}()
|
|
||||||
|
|
||||||
/*
|
|
||||||
fullBody, err := c.GetReqBodyFull()
|
|
||||||
if err != nil {
|
|
||||||
HandleError(c, fmt.Sprintf("Failed to read request body: %v", err))
|
|
||||||
return
|
|
||||||
}
|
|
||||||
reqBodyReader := bytes.NewBuffer(fullBody)
|
|
||||||
*/
|
|
||||||
|
|
||||||
reqBodyReader, err := c.GetReqBodyBuffer()
|
reqBodyReader, err := c.GetReqBodyBuffer()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
HandleError(c, fmt.Sprintf("Failed to read request body: %v", err))
|
HandleError(c, fmt.Sprintf("Failed to read request body: %v", err))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
//bodyReader := c.Request.BodyStream() // 不可替换为此实现
|
|
||||||
|
|
||||||
if cfg.GitClone.Mode == "cache" {
|
if cfg.GitClone.Mode == "cache" {
|
||||||
userPath, repoPath, remainingPath, queryParams, err := extractParts(u)
|
userPath, repoPath, remainingPath, queryParams, err := extractParts(u)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -48,7 +30,11 @@ func GitReq(ctx context.Context, c *touka.Context, u string, cfg *config.Config,
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
// 构建新url
|
// 构建新url
|
||||||
u = cfg.GitClone.SmartGitAddr + userPath + repoPath + remainingPath + "?" + queryParams.Encode()
|
var paramStr string
|
||||||
|
if len(queryParams) > 0 {
|
||||||
|
paramStr = "?" + queryParams.Encode()
|
||||||
|
}
|
||||||
|
u = cfg.GitClone.SmartGitAddr + userPath + repoPath + remainingPath + paramStr
|
||||||
}
|
}
|
||||||
|
|
||||||
if cfg.GitClone.Mode == "cache" {
|
if cfg.GitClone.Mode == "cache" {
|
||||||
@@ -110,14 +96,6 @@ func GitReq(ctx context.Context, c *touka.Context, u string, cfg *config.Config,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
for key, values := range resp.Header {
|
|
||||||
for _, value := range values {
|
|
||||||
c.Response.Header.Add(key, value)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
//copyHeader( resp.Header)
|
|
||||||
c.SetHeaders(resp.Header)
|
c.SetHeaders(resp.Header)
|
||||||
|
|
||||||
headersToRemove := map[string]struct{}{
|
headersToRemove := map[string]struct{}{
|
||||||
@@ -150,10 +128,6 @@ func GitReq(ctx context.Context, c *touka.Context, u string, cfg *config.Config,
|
|||||||
|
|
||||||
bodyReader := resp.Body
|
bodyReader := resp.Body
|
||||||
|
|
||||||
// 读取body内容
|
|
||||||
//bodyContent, _ := io.ReadAll(bodyReader)
|
|
||||||
// c.Infof("%s", bodyContent)
|
|
||||||
|
|
||||||
if cfg.RateLimit.BandwidthLimit.Enabled {
|
if cfg.RateLimit.BandwidthLimit.Enabled {
|
||||||
bodyReader = limitreader.NewRateLimitedReader(bodyReader, bandwidthLimit, int(bandwidthBurst), ctx)
|
bodyReader = limitreader.NewRateLimitedReader(bodyReader, bandwidthLimit, int(bandwidthBurst), ctx)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,10 +15,6 @@ func NoRouteHandler(cfg *config.Config) touka.HandlerFunc {
|
|||||||
return func(c *touka.Context) {
|
return func(c *touka.Context) {
|
||||||
var ctx = c.Request.Context()
|
var ctx = c.Request.Context()
|
||||||
var shoudBreak bool
|
var shoudBreak bool
|
||||||
// shoudBreak = rateCheck(cfg, c, limiter, iplimiter)
|
|
||||||
// if shoudBreak {
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
rawPath string
|
rawPath string
|
||||||
|
|||||||
122
proxy/httpc.go
122
proxy/httpc.go
@@ -1,7 +1,6 @@
|
|||||||
package proxy
|
package proxy
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"ghproxy/config"
|
"ghproxy/config"
|
||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
@@ -12,42 +11,40 @@ import (
|
|||||||
var BufferSize int = 32 * 1024 // 32KB
|
var BufferSize int = 32 * 1024 // 32KB
|
||||||
|
|
||||||
var (
|
var (
|
||||||
tr *http.Transport
|
tr *http.Transport
|
||||||
gittr *http.Transport
|
gittr *http.Transport
|
||||||
client *httpc.Client
|
client *httpc.Client
|
||||||
gitclient *httpc.Client
|
gitclient *httpc.Client
|
||||||
ghcrtr *http.Transport
|
|
||||||
ghcrclient *httpc.Client
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func InitReq(cfg *config.Config) error {
|
func InitReq(cfg *config.Config) (*httpc.Client, error) {
|
||||||
initHTTPClient(cfg)
|
client := initHTTPClient(cfg)
|
||||||
if cfg.GitClone.Mode == "cache" {
|
if cfg.GitClone.Mode == "cache" {
|
||||||
initGitHTTPClient(cfg)
|
initGitHTTPClient(cfg)
|
||||||
}
|
}
|
||||||
initGhcrHTTPClient(cfg)
|
|
||||||
err := SetGlobalRateLimit(cfg)
|
err := SetGlobalRateLimit(cfg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return nil, err
|
||||||
}
|
}
|
||||||
return nil
|
return client, nil
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func initHTTPClient(cfg *config.Config) {
|
func initHTTPClient(cfg *config.Config) *httpc.Client {
|
||||||
var proTolcols = new(http.Protocols)
|
var proTolcols = new(http.Protocols)
|
||||||
proTolcols.SetHTTP1(true)
|
proTolcols.SetHTTP1(true)
|
||||||
proTolcols.SetHTTP2(true)
|
proTolcols.SetHTTP2(true)
|
||||||
proTolcols.SetUnencryptedHTTP2(true)
|
proTolcols.SetUnencryptedHTTP2(true)
|
||||||
if cfg.Httpc.Mode == "auto" || cfg.Httpc.Mode == "" {
|
|
||||||
|
|
||||||
|
switch cfg.Httpc.Mode {
|
||||||
|
case "auto", "":
|
||||||
tr = &http.Transport{
|
tr = &http.Transport{
|
||||||
IdleConnTimeout: 30 * time.Second,
|
IdleConnTimeout: 30 * time.Second,
|
||||||
WriteBufferSize: 32 * 1024, // 32KB
|
WriteBufferSize: 32 * 1024, // 32KB
|
||||||
ReadBufferSize: 32 * 1024, // 32KB
|
ReadBufferSize: 32 * 1024, // 32KB
|
||||||
Protocols: proTolcols,
|
Protocols: proTolcols,
|
||||||
}
|
}
|
||||||
} else if cfg.Httpc.Mode == "advanced" {
|
case "advanced":
|
||||||
tr = &http.Transport{
|
tr = &http.Transport{
|
||||||
MaxIdleConns: cfg.Httpc.MaxIdleConns,
|
MaxIdleConns: cfg.Httpc.MaxIdleConns,
|
||||||
MaxConnsPerHost: cfg.Httpc.MaxConnsPerHost,
|
MaxConnsPerHost: cfg.Httpc.MaxConnsPerHost,
|
||||||
@@ -56,9 +53,10 @@ func initHTTPClient(cfg *config.Config) {
|
|||||||
ReadBufferSize: 32 * 1024, // 32KB
|
ReadBufferSize: 32 * 1024, // 32KB
|
||||||
Protocols: proTolcols,
|
Protocols: proTolcols,
|
||||||
}
|
}
|
||||||
} else {
|
default:
|
||||||
panic("unknown httpc mode: " + cfg.Httpc.Mode)
|
panic("unknown httpc mode: " + cfg.Httpc.Mode)
|
||||||
}
|
}
|
||||||
|
|
||||||
if cfg.Outbound.Enabled {
|
if cfg.Outbound.Enabled {
|
||||||
initTransport(cfg, tr)
|
initTransport(cfg, tr)
|
||||||
}
|
}
|
||||||
@@ -72,18 +70,18 @@ func initHTTPClient(cfg *config.Config) {
|
|||||||
httpc.WithTransport(tr),
|
httpc.WithTransport(tr),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
return client
|
||||||
}
|
}
|
||||||
|
|
||||||
func initGitHTTPClient(cfg *config.Config) {
|
func initGitHTTPClient(cfg *config.Config) {
|
||||||
|
switch cfg.Httpc.Mode {
|
||||||
if cfg.Httpc.Mode == "auto" || cfg.Httpc.Mode == "" {
|
case "auto", "":
|
||||||
gittr = &http.Transport{
|
gittr = &http.Transport{
|
||||||
IdleConnTimeout: 30 * time.Second,
|
IdleConnTimeout: 30 * time.Second,
|
||||||
WriteBufferSize: 32 * 1024, // 32KB
|
WriteBufferSize: 32 * 1024, // 32KB
|
||||||
ReadBufferSize: 32 * 1024, // 32KB
|
ReadBufferSize: 32 * 1024, // 32KB
|
||||||
}
|
}
|
||||||
} else if cfg.Httpc.Mode == "advanced" {
|
case "advanced":
|
||||||
gittr = &http.Transport{
|
gittr = &http.Transport{
|
||||||
MaxIdleConns: cfg.Httpc.MaxIdleConns,
|
MaxIdleConns: cfg.Httpc.MaxIdleConns,
|
||||||
MaxConnsPerHost: cfg.Httpc.MaxConnsPerHost,
|
MaxConnsPerHost: cfg.Httpc.MaxConnsPerHost,
|
||||||
@@ -91,84 +89,30 @@ func initGitHTTPClient(cfg *config.Config) {
|
|||||||
WriteBufferSize: 32 * 1024, // 32KB
|
WriteBufferSize: 32 * 1024, // 32KB
|
||||||
ReadBufferSize: 32 * 1024, // 32KB
|
ReadBufferSize: 32 * 1024, // 32KB
|
||||||
}
|
}
|
||||||
} else {
|
default:
|
||||||
panic("unknown httpc mode: " + cfg.Httpc.Mode)
|
panic("unknown httpc mode: " + cfg.Httpc.Mode)
|
||||||
}
|
}
|
||||||
|
|
||||||
if cfg.Outbound.Enabled {
|
if cfg.Outbound.Enabled {
|
||||||
initTransport(cfg, gittr)
|
initTransport(cfg, gittr)
|
||||||
}
|
}
|
||||||
if cfg.Server.Debug && cfg.GitClone.ForceH2C {
|
|
||||||
gitclient = httpc.New(
|
|
||||||
httpc.WithTransport(gittr),
|
|
||||||
httpc.WithDumpLog(),
|
|
||||||
httpc.WithProtocols(httpc.ProtocolsConfig{
|
|
||||||
ForceH2C: true,
|
|
||||||
}),
|
|
||||||
)
|
|
||||||
} else if !cfg.Server.Debug && cfg.GitClone.ForceH2C {
|
|
||||||
gitclient = httpc.New(
|
|
||||||
httpc.WithTransport(gittr),
|
|
||||||
httpc.WithProtocols(httpc.ProtocolsConfig{
|
|
||||||
ForceH2C: true,
|
|
||||||
}),
|
|
||||||
)
|
|
||||||
} else if cfg.Server.Debug && !cfg.GitClone.ForceH2C {
|
|
||||||
gitclient = httpc.New(
|
|
||||||
httpc.WithTransport(gittr),
|
|
||||||
httpc.WithDumpLog(),
|
|
||||||
httpc.WithProtocols(httpc.ProtocolsConfig{
|
|
||||||
Http1: true,
|
|
||||||
Http2: true,
|
|
||||||
Http2_Cleartext: true,
|
|
||||||
}),
|
|
||||||
)
|
|
||||||
} else {
|
|
||||||
gitclient = httpc.New(
|
|
||||||
httpc.WithTransport(gittr),
|
|
||||||
httpc.WithProtocols(httpc.ProtocolsConfig{
|
|
||||||
Http1: true,
|
|
||||||
Http2: true,
|
|
||||||
Http2_Cleartext: true,
|
|
||||||
}),
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func initGhcrHTTPClient(cfg *config.Config) {
|
var opts []httpc.Option // 使用切片来收集选项
|
||||||
var proTolcols = new(http.Protocols)
|
opts = append(opts, httpc.WithTransport(gittr))
|
||||||
proTolcols.SetHTTP1(true)
|
var protocolsConfig httpc.ProtocolsConfig
|
||||||
proTolcols.SetHTTP2(true)
|
|
||||||
if cfg.Httpc.Mode == "auto" || cfg.Httpc.Mode == "" {
|
|
||||||
|
|
||||||
ghcrtr = &http.Transport{
|
if cfg.GitClone.ForceH2C {
|
||||||
IdleConnTimeout: 30 * time.Second,
|
protocolsConfig.ForceH2C = true
|
||||||
WriteBufferSize: 32 * 1024, // 32KB
|
|
||||||
ReadBufferSize: 32 * 1024, // 32KB
|
|
||||||
Protocols: proTolcols,
|
|
||||||
}
|
|
||||||
} else if cfg.Httpc.Mode == "advanced" {
|
|
||||||
ghcrtr = &http.Transport{
|
|
||||||
MaxIdleConns: cfg.Httpc.MaxIdleConns,
|
|
||||||
MaxConnsPerHost: cfg.Httpc.MaxConnsPerHost,
|
|
||||||
MaxIdleConnsPerHost: cfg.Httpc.MaxIdleConnsPerHost,
|
|
||||||
WriteBufferSize: 32 * 1024, // 32KB
|
|
||||||
ReadBufferSize: 32 * 1024, // 32KB
|
|
||||||
Protocols: proTolcols,
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
panic(fmt.Sprintf("unknown httpc mode: %s", cfg.Httpc.Mode))
|
protocolsConfig.Http1 = true
|
||||||
}
|
protocolsConfig.Http2 = true
|
||||||
if cfg.Outbound.Enabled {
|
protocolsConfig.Http2_Cleartext = true
|
||||||
initTransport(cfg, ghcrtr)
|
|
||||||
}
|
}
|
||||||
|
opts = append(opts, httpc.WithProtocols(protocolsConfig))
|
||||||
|
|
||||||
if cfg.Server.Debug {
|
if cfg.Server.Debug {
|
||||||
ghcrclient = httpc.New(
|
opts = append(opts, httpc.WithDumpLog())
|
||||||
httpc.WithTransport(ghcrtr),
|
|
||||||
httpc.WithDumpLog(),
|
|
||||||
)
|
|
||||||
} else {
|
|
||||||
ghcrclient = httpc.New(
|
|
||||||
httpc.WithTransport(ghcrtr),
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gitclient = httpc.New(opts...)
|
||||||
}
|
}
|
||||||
|
|||||||
241
proxy/match.go
241
proxy/match.go
@@ -10,11 +10,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
githubPrefix = "https://github.com/"
|
|
||||||
rawPrefix = "https://raw.githubusercontent.com/"
|
|
||||||
gistPrefix = "https://gist.github.com/"
|
|
||||||
gistContentPrefix = "https://gist.githubusercontent.com/"
|
|
||||||
apiPrefix = "https://api.github.com/"
|
|
||||||
githubPrefixLen int
|
githubPrefixLen int
|
||||||
rawPrefixLen int
|
rawPrefixLen int
|
||||||
gistPrefixLen int
|
gistPrefixLen int
|
||||||
@@ -22,13 +17,21 @@ var (
|
|||||||
apiPrefixLen int
|
apiPrefixLen int
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
githubPrefix = "https://github.com/"
|
||||||
|
rawPrefix = "https://raw.githubusercontent.com/"
|
||||||
|
gistPrefix = "https://gist.github.com/"
|
||||||
|
gistContentPrefix = "https://gist.githubusercontent.com/"
|
||||||
|
apiPrefix = "https://api.github.com/"
|
||||||
|
releasesDownloadSnippet = "releases/download/"
|
||||||
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
githubPrefixLen = len(githubPrefix)
|
githubPrefixLen = len(githubPrefix)
|
||||||
rawPrefixLen = len(rawPrefix)
|
rawPrefixLen = len(rawPrefix)
|
||||||
gistPrefixLen = len(gistPrefix)
|
gistPrefixLen = len(gistPrefix)
|
||||||
gistContentPrefixLen = len(gistContentPrefix)
|
gistContentPrefixLen = len(gistContentPrefix)
|
||||||
apiPrefixLen = len(apiPrefix)
|
apiPrefixLen = len(apiPrefix)
|
||||||
//log.Printf("githubPrefixLen: %d, rawPrefixLen: %d, gistPrefixLen: %d, apiPrefixLen: %d", githubPrefixLen, rawPrefixLen, gistPrefixLen, apiPrefixLen)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Matcher 从原始URL路径中高效地解析并匹配代理规则.
|
// Matcher 从原始URL路径中高效地解析并匹配代理规则.
|
||||||
@@ -39,31 +42,62 @@ func Matcher(rawPath string, cfg *config.Config) (string, string, string, *GHPro
|
|||||||
|
|
||||||
// 匹配 "https://github.com/"
|
// 匹配 "https://github.com/"
|
||||||
if strings.HasPrefix(rawPath, githubPrefix) {
|
if strings.HasPrefix(rawPath, githubPrefix) {
|
||||||
remaining := rawPath[githubPrefixLen:]
|
pathAfterDomain := rawPath[githubPrefixLen:]
|
||||||
i := strings.IndexByte(remaining, '/')
|
|
||||||
|
// 解析 user
|
||||||
|
i := strings.IndexByte(pathAfterDomain, '/')
|
||||||
if i <= 0 {
|
if i <= 0 {
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, "malformed github path: missing user")
|
return "", "", "", NewErrorWithStatusLookup(400, "malformed github path: missing user")
|
||||||
}
|
}
|
||||||
user := remaining[:i]
|
user := pathAfterDomain[:i]
|
||||||
remaining = remaining[i+1:]
|
pathAfterUser := pathAfterDomain[i+1:]
|
||||||
i = strings.IndexByte(remaining, '/')
|
|
||||||
|
// 解析 repo
|
||||||
|
i = strings.IndexByte(pathAfterUser, '/')
|
||||||
if i <= 0 {
|
if i <= 0 {
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, "malformed github path: missing repo")
|
|
||||||
}
|
|
||||||
repo := remaining[:i]
|
|
||||||
remaining = remaining[i+1:]
|
|
||||||
if len(remaining) == 0 {
|
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, "malformed github path: missing action")
|
return "", "", "", NewErrorWithStatusLookup(400, "malformed github path: missing action")
|
||||||
}
|
}
|
||||||
i = strings.IndexByte(remaining, '/')
|
repo := pathAfterUser[:i]
|
||||||
action := remaining
|
pathAfterRepo := pathAfterUser[i+1:]
|
||||||
if i != -1 {
|
|
||||||
action = remaining[:i]
|
if len(pathAfterRepo) == 0 {
|
||||||
|
return "", "", "", NewErrorWithStatusLookup(400, "malformed github path: missing action")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 优先处理所有 "releases" 相关的下载路径
|
||||||
|
if strings.HasPrefix(pathAfterRepo, "releases/") {
|
||||||
|
// 情况 A: "releases/download/..."
|
||||||
|
if strings.HasPrefix(pathAfterRepo, "releases/download/") {
|
||||||
|
return user, repo, "releases", nil
|
||||||
|
}
|
||||||
|
// 情况 B: "releases/:tag/download/..."
|
||||||
|
pathAfterReleases := pathAfterRepo[len("releases/"):]
|
||||||
|
slashIndex := strings.IndexByte(pathAfterReleases, '/')
|
||||||
|
if slashIndex > 0 { // 确保tag不为空
|
||||||
|
pathAfterTag := pathAfterReleases[slashIndex+1:]
|
||||||
|
if strings.HasPrefix(pathAfterTag, "download/") {
|
||||||
|
return user, repo, "releases", nil
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// 如果不满足上述下载链接的结构, 则为网页浏览路径, 予以拒绝
|
||||||
|
return "", "", "", NewErrorWithStatusLookup(400, "unsupported releases page, only download links are allowed")
|
||||||
|
}
|
||||||
|
|
||||||
|
// 检查 "archive/" 路径
|
||||||
|
if strings.HasPrefix(pathAfterRepo, "archive/") {
|
||||||
|
// 根据测试用例, archive路径的matcher也应为releases
|
||||||
|
return user, repo, "releases", nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// 如果不是下载路径, 则解析action并进行分类
|
||||||
|
i = strings.IndexByte(pathAfterRepo, '/')
|
||||||
|
action := pathAfterRepo
|
||||||
|
if i != -1 {
|
||||||
|
action = pathAfterRepo[:i]
|
||||||
|
}
|
||||||
|
|
||||||
var matcher string
|
var matcher string
|
||||||
switch action {
|
switch action {
|
||||||
case "releases", "archive":
|
|
||||||
matcher = "releases"
|
|
||||||
case "blob":
|
case "blob":
|
||||||
matcher = "blob"
|
matcher = "blob"
|
||||||
case "raw":
|
case "raw":
|
||||||
@@ -79,59 +113,27 @@ func Matcher(rawPath string, cfg *config.Config) (string, string, string, *GHPro
|
|||||||
// 匹配 "https://raw.githubusercontent.com/"
|
// 匹配 "https://raw.githubusercontent.com/"
|
||||||
if strings.HasPrefix(rawPath, rawPrefix) {
|
if strings.HasPrefix(rawPath, rawPrefix) {
|
||||||
remaining := rawPath[rawPrefixLen:]
|
remaining := rawPath[rawPrefixLen:]
|
||||||
// 这里的逻辑与 github.com 的类似, 需要提取 user, repo, branch, file...
|
parts := strings.SplitN(remaining, "/", 3)
|
||||||
// 我们只需要 user 和 repo
|
if len(parts) < 3 {
|
||||||
i := strings.IndexByte(remaining, '/')
|
return "", "", "", NewErrorWithStatusLookup(400, "malformed raw url: path too short")
|
||||||
if i <= 0 {
|
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, "malformed raw url: missing user")
|
|
||||||
}
|
}
|
||||||
user := remaining[:i]
|
return parts[0], parts[1], "raw", nil
|
||||||
remaining = remaining[i+1:]
|
|
||||||
i = strings.IndexByte(remaining, '/')
|
|
||||||
if i <= 0 {
|
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, "malformed raw url: missing repo")
|
|
||||||
}
|
|
||||||
repo := remaining[:i]
|
|
||||||
// raw 链接至少需要 user/repo/branch 三部分
|
|
||||||
remaining = remaining[i+1:]
|
|
||||||
if len(remaining) == 0 {
|
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, "malformed raw url: missing branch/commit")
|
|
||||||
}
|
|
||||||
return user, repo, "raw", nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 匹配 "https://gist.github.com/"
|
// 匹配 "https://gist.github.com/" 或 "https://gist.githubusercontent.com/"
|
||||||
if strings.HasPrefix(rawPath, gistPrefix) {
|
isGist := strings.HasPrefix(rawPath, gistPrefix)
|
||||||
remaining := rawPath[gistPrefixLen:]
|
if isGist || strings.HasPrefix(rawPath, gistContentPrefix) {
|
||||||
i := strings.IndexByte(remaining, '/')
|
var remaining string
|
||||||
if i <= 0 {
|
if isGist {
|
||||||
// case: https://gist.github.com/user
|
remaining = rawPath[gistPrefixLen:]
|
||||||
// 这种情况下, gist_id 缺失, 但我们仍然可以认为 user 是有效的
|
} else {
|
||||||
if len(remaining) > 0 {
|
remaining = rawPath[gistContentPrefixLen:]
|
||||||
return remaining, "", "gist", nil
|
}
|
||||||
}
|
parts := strings.SplitN(remaining, "/", 2)
|
||||||
|
if len(parts) == 0 || parts[0] == "" {
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, "malformed gist url: missing user")
|
return "", "", "", NewErrorWithStatusLookup(400, "malformed gist url: missing user")
|
||||||
}
|
}
|
||||||
// case: https://gist.github.com/user/gist_id...
|
return parts[0], "", "gist", nil
|
||||||
user := remaining[:i]
|
|
||||||
return user, "", "gist", nil
|
|
||||||
}
|
|
||||||
|
|
||||||
// 匹配 "https://gist.githubusercontent.com/"
|
|
||||||
if strings.HasPrefix(rawPath, gistContentPrefix) {
|
|
||||||
remaining := rawPath[gistContentPrefixLen:]
|
|
||||||
i := strings.IndexByte(remaining, '/')
|
|
||||||
if i <= 0 {
|
|
||||||
// case: https://gist.githubusercontent.com/user
|
|
||||||
// 这种情况下, gist_id 缺失, 但我们仍然可以认为 user 是有效的
|
|
||||||
if len(remaining) > 0 {
|
|
||||||
return remaining, "", "gist", nil
|
|
||||||
}
|
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, "malformed gist url: missing user")
|
|
||||||
}
|
|
||||||
// case: https://gist.githubusercontent.com/user/gist_id...
|
|
||||||
user := remaining[:i]
|
|
||||||
return user, "", "gist", nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 匹配 "https://api.github.com/"
|
// 匹配 "https://api.github.com/"
|
||||||
@@ -159,105 +161,6 @@ func Matcher(rawPath string, cfg *config.Config) (string, string, string, *GHPro
|
|||||||
return "", "", "", NewErrorWithStatusLookup(404, "no matcher found for the given path")
|
return "", "", "", NewErrorWithStatusLookup(404, "no matcher found for the given path")
|
||||||
}
|
}
|
||||||
|
|
||||||
// 原实现
|
|
||||||
/*
|
|
||||||
func Matcher(rawPath string, cfg *config.Config) (string, string, string, *GHProxyErrors) {
|
|
||||||
var (
|
|
||||||
user string
|
|
||||||
repo string
|
|
||||||
matcher string
|
|
||||||
)
|
|
||||||
// 匹配 "https://github.com"开头的链接
|
|
||||||
if strings.HasPrefix(rawPath, "https://github.com") {
|
|
||||||
remainingPath := strings.TrimPrefix(rawPath, "https://github.com")
|
|
||||||
|
|
||||||
//if strings.HasPrefix(remainingPath, "/") {
|
|
||||||
// remainingPath = strings.TrimPrefix(remainingPath, "/")
|
|
||||||
//}
|
|
||||||
|
|
||||||
remainingPath = strings.TrimPrefix(remainingPath, "/")
|
|
||||||
// 预期格式/user/repo/more...
|
|
||||||
// 取出user和repo和最后部分
|
|
||||||
parts := strings.Split(remainingPath, "/")
|
|
||||||
if len(parts) <= 2 {
|
|
||||||
errMsg := "Not enough parts in path after matching 'https://github.com*'"
|
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, errMsg)
|
|
||||||
}
|
|
||||||
user = parts[0]
|
|
||||||
repo = parts[1]
|
|
||||||
// 匹配 "https://github.com"开头的链接
|
|
||||||
if len(parts) >= 3 {
|
|
||||||
switch parts[2] {
|
|
||||||
case "releases", "archive":
|
|
||||||
matcher = "releases"
|
|
||||||
case "blob":
|
|
||||||
matcher = "blob"
|
|
||||||
case "raw":
|
|
||||||
matcher = "raw"
|
|
||||||
case "info", "git-upload-pack":
|
|
||||||
matcher = "clone"
|
|
||||||
default:
|
|
||||||
errMsg := "Url Matched 'https://github.com*', but didn't match the next matcher"
|
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, errMsg)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return user, repo, matcher, nil
|
|
||||||
}
|
|
||||||
// 匹配 "https://raw"开头的链接
|
|
||||||
if strings.HasPrefix(rawPath, "https://raw") {
|
|
||||||
remainingPath := strings.TrimPrefix(rawPath, "https://")
|
|
||||||
parts := strings.Split(remainingPath, "/")
|
|
||||||
if len(parts) <= 3 {
|
|
||||||
errMsg := "URL after matched 'https://raw*' should have at least 4 parts (user/repo/branch/file)."
|
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, errMsg)
|
|
||||||
}
|
|
||||||
user = parts[1]
|
|
||||||
repo = parts[2]
|
|
||||||
matcher = "raw"
|
|
||||||
|
|
||||||
return user, repo, matcher, nil
|
|
||||||
}
|
|
||||||
// 匹配 "https://gist"开头的链接
|
|
||||||
if strings.HasPrefix(rawPath, "https://gist") {
|
|
||||||
remainingPath := strings.TrimPrefix(rawPath, "https://")
|
|
||||||
parts := strings.Split(remainingPath, "/")
|
|
||||||
if len(parts) <= 3 {
|
|
||||||
errMsg := "URL after matched 'https://gist*' should have at least 4 parts (user/gist_id)."
|
|
||||||
return "", "", "", NewErrorWithStatusLookup(400, errMsg)
|
|
||||||
}
|
|
||||||
user = parts[1]
|
|
||||||
repo = ""
|
|
||||||
matcher = "gist"
|
|
||||||
return user, repo, matcher, nil
|
|
||||||
}
|
|
||||||
// 匹配 "https://api.github.com/"开头的链接
|
|
||||||
if strings.HasPrefix(rawPath, "https://api.github.com/") {
|
|
||||||
matcher = "api"
|
|
||||||
remainingPath := strings.TrimPrefix(rawPath, "https://api.github.com/")
|
|
||||||
|
|
||||||
parts := strings.Split(remainingPath, "/")
|
|
||||||
if parts[0] == "repos" {
|
|
||||||
user = parts[1]
|
|
||||||
repo = parts[2]
|
|
||||||
}
|
|
||||||
if parts[0] == "users" {
|
|
||||||
user = parts[1]
|
|
||||||
}
|
|
||||||
if !cfg.Auth.ForceAllowApi {
|
|
||||||
if cfg.Auth.Method != "header" || !cfg.Auth.Enabled {
|
|
||||||
//return "", "", "", ErrAuthHeaderUnavailable
|
|
||||||
errMsg := "AuthHeader Unavailable, Need to open header auth to enable api proxy"
|
|
||||||
return "", "", "", NewErrorWithStatusLookup(403, errMsg)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return user, repo, matcher, nil
|
|
||||||
}
|
|
||||||
//return "", "", "", ErrNotFound
|
|
||||||
errMsg := "Didn't match any matcher"
|
|
||||||
return "", "", "", NewErrorWithStatusLookup(404, errMsg)
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
proxyableMatchersMap map[string]struct{}
|
proxyableMatchersMap map[string]struct{}
|
||||||
initMatchersOnce sync.Once
|
initMatchersOnce sync.Once
|
||||||
|
|||||||
@@ -33,11 +33,29 @@ func TestMatcher_Compatibility(t *testing.T) {
|
|||||||
expectedErrCode int
|
expectedErrCode int
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
name: "GH Releases Path",
|
name: "GH Releases Path 1",
|
||||||
rawPath: "https://github.com/owner/repo/releases/download/v1.0/asset.zip",
|
rawPath: "https://github.com/owner/repo/releases/download/v1.0/asset.zip",
|
||||||
config: cfgWithAuth,
|
config: cfgWithAuth,
|
||||||
expectedUser: "owner", expectedRepo: "repo", expectedMatcher: "releases",
|
expectedUser: "owner", expectedRepo: "repo", expectedMatcher: "releases",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "GH Releases Path 2",
|
||||||
|
rawPath: "https://github.com/owner/repo/releases/v1.0/download/asset.zip",
|
||||||
|
config: cfgWithAuth,
|
||||||
|
expectedUser: "owner", expectedRepo: "repo", expectedMatcher: "releases",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "GH Releases Path Page",
|
||||||
|
rawPath: "https://github.com/owner/repo/releases",
|
||||||
|
config: cfgWithAuth,
|
||||||
|
expectError: true, expectedErrCode: 400,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "GH Releases Path Tag Page",
|
||||||
|
rawPath: "https://github.com/owner/repo/releases/tag/v0.0.1",
|
||||||
|
config: cfgWithAuth,
|
||||||
|
expectError: true, expectedErrCode: 400,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "GH Archive Path",
|
name: "GH Archive Path",
|
||||||
rawPath: "https://github.com/owner/repo.git/archive/main.zip",
|
rawPath: "https://github.com/owner/repo.git/archive/main.zip",
|
||||||
|
|||||||
@@ -12,11 +12,6 @@ func RoutingHandler(cfg *config.Config) touka.HandlerFunc {
|
|||||||
|
|
||||||
var shoudBreak bool
|
var shoudBreak bool
|
||||||
|
|
||||||
// shoudBreak = rateCheck(cfg, c, limiter, iplimiter)
|
|
||||||
// if shoudBreak {
|
|
||||||
// return
|
|
||||||
//}
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
rawPath string
|
rawPath string
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user