mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 16:41:54 +08:00
docs: Update README with new features and tips
This commit is contained in:
parent
4b902b5d92
commit
594cd0263e
12
readme.md
12
readme.md
@ -4,6 +4,18 @@ A simple reverse proxy server written in Go.
|
|||||||
|
|
||||||
使用方法: https://q58.org/t/topic/165?u=wood
|
使用方法: https://q58.org/t/topic/165?u=wood
|
||||||
|
|
||||||
|
## 说明
|
||||||
|
|
||||||
|
1. 支持gzip和brotli压缩, 在`config.json`中配置
|
||||||
|
2. 不同路径代理不同站点
|
||||||
|
3. 回源Host修改
|
||||||
|
4. 大文件使用流式传输, 小文件直接提供
|
||||||
|
|
||||||
|
|
||||||
|
## TIPS
|
||||||
|
|
||||||
|
写的比较潦草, 希望有能力的同学帮忙完善优化一下
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Create a `config.json` file in the `data` directory:
|
Create a `config.json` file in the `data` directory:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user