mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 08:31:55 +08:00
23 lines
510 B
Markdown
23 lines
510 B
Markdown
# Proxy-Go
|
|
|
|
A simple reverse proxy server written in Go.
|
|
|
|
使用方法: https://q58.org/t/topic/165?u=wood
|
|
|
|
## 说明
|
|
|
|
1. 支持gzip和brotli压缩, 在`config.json`中配置
|
|
2. 不同路径代理不同站点
|
|
3. 回源Host修改
|
|
4. 大文件使用流式传输, 小文件直接提供
|
|
5. 可以按照文件后缀名代理不同站点, 方便图片处理等
|
|
6. 适配Cloudflare Images的图片自适应功能, 支持`format=auto`
|
|
|
|
|
|
## TIPS
|
|
|
|
写的比较潦草, 希望有能力的同学帮忙完善优化一下
|
|
|
|
|
|
|