增加DNS同步任务状态显示

This commit is contained in:
刘祥超
2021-01-27 23:00:02 +08:00
parent d77fa7b1ea
commit aeb16faa4f
19 changed files with 1087 additions and 243 deletions

View File

@@ -8,7 +8,3 @@ const (
EventQuit Event = "quit" // quit node gracefully
EventReload Event = "reload" // reload config
)
// 节点更新事件
// TODO 改成事件
var NodeDNSChanges = make(chan int64, 128)