gohttp/server
程广 5022da4885 ```
feat: 新增TCP代理服务器功能

新增完整的TCP代理服务器功能,支持在指定端口监听TCP请求并转发到目标服务器。
包含以下主要变更:

- 新增 handler/tcpproxy.go 文件,实现 TcpProxyHandler 结构体和相关方法
- 在 model/model.go 中添加 TcpProxyConfig 配置结构
- 在 server/manager.go 中添加TCP代理服务器管理功能
- 修改 gohttp.go 在启动时初始化并启动TCP代理服务器
- 支持多TCP代理配置,每个代理可独立设置监听地址和目标服务器
- 提供完整的启动、停止和数据转发功能
- 包含详细的配置示例和文档说明
```
2026-07-10 08:11:55 +08:00
..
autossl.go chore: update module path to git.kingecg.top 2025-06-26 01:05:19 +08:00
directive.go chore: update module path to git.kingecg.top 2025-06-26 01:05:19 +08:00
manager.go ``` 2026-07-10 08:11:55 +08:00
middleware.go ``` 2026-07-10 07:56:22 +08:00
middleware_test.go fix test 2025-02-18 09:19:13 +08:00
result.go feat(admin): 添加服务器配置列表接口并优化前端展示 2025-06-15 22:15:45 +08:00
server.go ``` 2026-07-10 07:56:22 +08:00
server_test.go support default file 2025-08-02 13:51:50 +08:00
url.go chore: update module path to git.kingecg.top 2025-06-26 01:05:19 +08:00
url_test.go add parse middleware 2023-12-11 23:46:40 +08:00