perf(plugin-dnsmgr): 添加彩虹DNS插件支持

实现彩虹DNS管理系统的插件集成,包括DNS记录创建、查询和删除功能
This commit is contained in:
xiaojunnuo
2026-04-03 00:14:08 +08:00
parent c875971b71
commit af503442b8
4 changed files with 206 additions and 1 deletions
@@ -0,0 +1,2 @@
export * from './access.js';
export * from './dns-provider.js';