增加DNS同步任务状态显示

This commit is contained in:
GoEdgeLab
2021-01-27 23:00:02 +08:00
parent ff722baf22
commit a73a04521d
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)