kingecg
|
1b0db0e14b
|
refactor(config): 重构配置处理逻辑
- 移除 config.json 中的 admin 配置,改为单独的配置文件
- 新增 Strings 类型处理服务器名称,支持字符串和字符串数组
- 优化服务器匹配逻辑,支持多域名配置
- 重构代码结构,提高可维护性和可扩展性
|
2025-06-23 23:12:03 +08:00 |
程广
|
6c43f6ce59
|
feat(server): 添加自动 SSL 证书管理功能
- 新增 autossl 包,用于管理 SSL 证书
- 在 server/manager.go 中集成自动 SSL 证书管理
- 修改 utils/util.go,增加 NormalizePathWithR 函数以支持相对路径规范化
- 更新 model/model.go,为 HttpServerConfig 添加 EnableSSL 字段和 ConfPath 字段
- 修改 gohttp.go,支持从配置文件加载服务器配置
|
2025-06-13 17:49:04 +08:00 |
kingecg
|
caa6967f83
|
fix
|
2025-06-04 00:02:04 +08:00 |
程广
|
9314ee691e
|
Merge branch 'master' of ssh://git.pyer.club:2222/kingecg/gohttp
|
2025-06-03 10:25:07 +08:00 |
kingecg
|
822f0716a6
|
update reef
|
2025-05-30 21:35:19 +08:00 |
程广
|
0a667bea96
|
change and correct
|
2025-05-30 18:42:53 +08:00 |
程广
|
f437bb300c
|
fix panic
|
2023-12-13 09:23:57 +08:00 |
kingecg
|
703a7e12ee
|
add daemon
|
2023-12-10 19:26:09 +08:00 |
kingecg
|
49ccc86721
|
fix file handler and update logger
|
2023-12-10 01:08:39 +08:00 |
kingecg
|
61258c5535
|
fix mux matcher
|
2023-12-08 22:02:36 +08:00 |
kingecg
|
57225ac59a
|
add multplex server
|
2023-12-07 23:34:34 +08:00 |