feat: sync cache

This commit is contained in:
骑着蜗牛追导弹 2024-11-09 21:22:25 +08:00
parent 7691601a44
commit 297865623a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
func main() {
fmt.Println("[app] [info] " + time.Now().Format(config.AppTimeFormat) + " kenaito-dns version = " + config.AppVersion)
go cache.ReloadCache()
cache.ReloadCache()
go initDNSServer()
initRestfulServer()
}