22 Commits

Author SHA1 Message Date
52fec424ae 更新readme.md中的使用方法链接,修改为新的地址。 2025-06-24 19:44:03 +08:00
f126dbb9dc 添加域名过滤功能,支持根据请求域名配置不同的扩展规则,增强代理服务的灵活性和可控性。 2025-06-18 16:47:30 +08:00
wood chen
38955fa9c7
Update readme.md 2025-05-05 21:47:01 +08:00
26af4b2b07 添加版本镜像和持续稳定版镜像 2025-03-12 19:05:15 +08:00
wood chen
09173f4b0b
Update readme.md 2025-03-09 21:34:01 +08:00
wood chen
4418d8d146
Update readme.md 2025-03-03 06:50:35 +08:00
wood chen
ec07ae094e
Update readme.md 2025-02-17 19:10:18 +08:00
wood chen
a5d6543952
Update readme.md 2025-02-17 08:08:44 +08:00
wood chen
470b27c62b
Update readme.md 2025-02-15 18:33:50 +08:00
wood chen
c21ba55041
Update readme.md 2025-02-15 12:10:41 +08:00
wood chen
03ffec4760
Update readme.md 2025-02-15 02:00:49 +08:00
wood chen
179898d01c
Update readme.md 2025-01-04 19:29:50 +08:00
wood chen
59af7fe312
Update readme.md 2025-01-01 02:56:38 +08:00
wood chen
8b99907dba
Update readme.md 2024-12-31 15:34:35 +08:00
wood chen
5c4701b99b
Update readme.md 2024-12-31 12:11:09 +08:00
040b01f4a4 feat(metrics): integrate comprehensive metrics tracking across handlers
- Enhanced metrics collection in ProxyHandler, MirrorProxyHandler, and FixedPathProxyMiddleware.
- Introduced a centralized metrics collector to streamline request tracking and statistics reporting.
- Updated MetricsHandler to utilize new metrics structure, including total bytes, requests per second, and error rates.
- Improved documentation in readme.md to reflect new features and usage instructions.
- Added support for metrics monitoring at `/metrics/ui` for better visibility into proxy performance.
2024-11-30 22:26:11 +08:00
wood chen
1bf60702c2
Update readme.md 2024-11-17 09:58:43 +08:00
fe6d604600 feat(internal/handler/proxy): enhance proxy handler to handle image requests and important headers
feat(internal/utils): add IsImageRequest function to identify image requests
2024-11-17 09:01:19 +08:00
78f9d431bc docs: Update configuration documentation and disable compression algorithms
Disable Gzip and Brotli compression algorithms in config.json and update readme.md accordingly
2024-10-30 11:18:13 +08:00
594cd0263e docs: Update README with new features and tips 2024-10-30 09:50:37 +08:00
wood chen
533737692d
Update readme.md 2024-10-30 00:08:43 +08:00
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