wood chen 96068e2dfe feat(proxy-go): Initialize project structure and dependencies
Add .gitignore, go.mod, and readme.md files to set up the project structure and dependencies.
2024-10-29 23:02:08 +08:00
2024-10-29 23:00:16 +08:00
2024-10-29 23:00:16 +08:00
2024-10-29 23:00:16 +08:00
2024-10-29 23:00:16 +08:00

Proxy-Go

A simple reverse proxy server written in Go.

Configuration

Create a config.json file in the data directory:

{
  "MAP":{
      "/path1": "https://path1.com/path/path/path",
      "/path2": "https://path2.com"
    }
}
Description
go+nextjs+shadcn. 不同路径代理不同源的代理服务. 支持压缩, cdnjs等类似站点的代理, 大文件流式传输, 适配Cloudflare Images代理
Readme MIT 1.2 MiB
Languages
Go 51%
TypeScript 47.1%
CSS 1.4%
JavaScript 0.4%
Dockerfile 0.1%