涛 颜 (@yantao) 在 Smartdns Manager管理平台 中发帖
背景
我们自己拥有多个smartdns需要进行管理,每次这里改了之后,其他节点都需要单独修改,每次都需要去修改配置文件,非常的麻烦,并且如果是其他运维没有接触过的,可能还不知道如何操作。因此为了这个处理,开发了一个多DNS管理平台
相关地址
SmartDNS Manager
一个功能强大的 SmartDNS 集中管理平台,支持多节点管理、配置同步、实时监控和消息推送。
🚀 快速开始
方式一:Docker Compose(推荐)
前置要求
Docker 20.10+
Docker Compose 2.0+
🚀 快速使用
# 拉取最新镜像
docker pull ghcr.io/almightyYantao/smartdns-manager:0.0.1
# 或使用 latest 标签
docker pull ghcr.io/almightyYantao/smartdns-mana...