From 594cd0263e72b65a5548e0865f6a10c769baacee Mon Sep 17 00:00:00 2001 From: wood chen Date: Wed, 30 Oct 2024 09:50:37 +0800 Subject: [PATCH] docs: Update README with new features and tips --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index af064bd..045d98b 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,18 @@ 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. 大文件使用流式传输, 小文件直接提供 + + +## TIPS + +写的比较潦草, 希望有能力的同学帮忙完善优化一下 + ## Configuration Create a `config.json` file in the `data` directory: