Commit Graph

21 Commits

Author SHA1 Message Date
ShaoHua 84c0199297 net10 2026-04-08 22:03:26 +08:00
ShaoHua 773c230e3d feat: 支持 SSL 证书自动申请并重构 DDNS 任务逻辑
- 实现阿里/腾讯云 SSL 证书的全生命周期自动化管理。
- 重构 NewJob 为 DdnsJob,优化子域名匹配与记录自动创建逻辑。
- 更新项目配置结构,移除冗余的 AppJob 相关代码。
2026-04-08 21:45:36 +08:00
ShaoHua 10f156e9e2 变更详情摘要:
- 功能增强 :
  - AliSslProvider.cs :实现了从阿里云获取证书列表及删除过期证书的逻辑。
  - TencentSslProvider.cs :增加了腾讯云过期证书的清理功能。
  - ISslDownloadProvider.cs :扩展了接口协议,并丰富了 SslCertificate 模型属性。
- 任务调度 :
  - Program.cs :集成了 SslDownloadJob 到 Quartz 框架中,支持自动化运行。
- 文档与规范 :
  - 对项目关键入口和 Provider 进行了全面的代码注释补全。
2026-04-08 19:28:02 +08:00
ShaoHua 054ca35e71 fix:ssl证书本地快过期就更新 2026-03-19 19:47:33 +08:00
ShaoHua c78e7a248c reload readme doc 2026-01-01 23:15:00 +08:00
ShaoHua c4e9811004 添加自动下载ssl证书 2026-01-01 18:47:51 +08:00
ShaoHua 6d66b6532b Supports running on docker 2024-06-28 00:10:01 +08:00
ShaoHua 08e7bf004b update to net8.update nuget lib 2024-06-13 00:13:34 +08:00
ShaoHua 801061f4f2 if this dns record is not exits.create the dns record. 2023-07-16 23:50:15 +08:00
ShaoHua ee85ccc8b9 Bug 2023-05-31 23:22:59 +08:00
ShaoHua f027198279 update README.md 2023-05-29 00:09:15 +08:00
ShaoHua fe43eeb6c2 update README.md 2023-05-29 00:00:31 +08:00
ShaoHua 7c3f039911 重写Job实现方式 2023-05-28 23:42:43 +08:00
ShaoHua f8df2fe468 change Platform to a EnumType 2023-04-23 00:03:52 +08:00
ShaoHua 5ddf355799 add description in english 2023-04-22 23:50:34 +08:00
ShaoHua 1b1e046a81 1.log change subdomain record event
2.repair install shell
0.0.2
2022-11-09 19:33:02 +08:00
ShaoHua 6296269fd3 update README.md 2022-11-09 00:01:46 +08:00
ShaoHua 546b0e9c05 update README.md 2022-11-08 23:38:07 +08:00
ShaoHua 8725d49b8e 阿里云解析Bug修复 2022-11-08 22:21:49 +08:00
ShaoHua a36415d93b 添加项目文件。 2022-10-23 00:19:40 +08:00
ShaoHua a471f2f5c7 添加 .gitattributes、.gitignore、README.md 和 LICENSE.txt 2022-10-23 00:19:36 +08:00