mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 08:31:55 +08:00
- Improved the metrics dashboard layout with new styles for better visual presentation, including enhanced chart and control elements. - Added functionality for auto-refreshing metrics and exporting data to CSV, improving user interaction and data accessibility. - Implemented persistent statistics tracking in the collector, allowing for historical data retrieval and better performance monitoring. - Enhanced database operations with optimizations for saving metrics and cleaning up old data, ensuring efficient data management. - Introduced performance metrics tracking, providing insights into average response times and throughput. These changes significantly enhance the usability and functionality of the metrics dashboard, providing a more robust framework for performance monitoring and data analysis.
Proxy-Go
A 'simple' reverse proxy server written in Go.
使用方法: https://q58.org/t/topic/165?u=wood
说明
- 支持gzip和brotli压缩, 在
config.json
中配置 - 不同路径代理不同站点
- 回源Host修改
- 大文件使用流式传输, 小文件直接提供
- 可以按照文件后缀名代理不同站点, 方便图片处理等
- 适配Cloudflare Images的图片自适应功能, 透传
Accept
头, 支持format=auto
- 支持metrics监控, 在
/metrics/ui
查看, 具体可以看帖子里写的用法
Languages
Go
51%
TypeScript
47.1%
CSS
1.4%
JavaScript
0.4%
Dockerfile
0.1%