1
Some checks are pending
Test mosdns / build (push) Waiting to run

This commit is contained in:
dengxiongjian 2025-10-16 22:43:57 +08:00
parent 94be66ae6e
commit 5fe79bcfaf

View File

@ -277,24 +277,17 @@ go build -o dist/mosdns .
## 📚 文档 ## 📚 文档
### 核心文档
- 📖 [一键部署指南](./README-一键部署.md) - 快速开始
- 📖 [快速部署指南](./快速部署指南.md) - 完整部署流程
- 📖 [init 命令说明](./init功能说明.md) - 初始化命令详解
- 📖 [构建脚本使用](./BUILD-USAGE.md) - 编译指南
- 📖 [架构设计文档](./yltx-dns-智能防污染系统-架构设计文档.md) - 技术架构
### 配置示例 ### 配置示例
``` ```
config.yaml # 标准配置(智能防污染) config.yaml # 标准配置(智能防污染)
config-working.yaml # 简化配置(快速测试)
``` ```
### API 文档 ### 更多文档
访问 Web UI 查看完整 API 文档: http://localhost:5555/api/docs - 📖 [CHANGELOG.md](./CHANGELOG.md) - 完整更新日志
- 🌐 Web UI 管理界面: http://localhost:5555
- 🔌 API 文档: http://localhost:8080/api
--- ---