fix(dns): retry on next period the blocklists update after a failed update

- Fix #3053
This commit is contained in:
Quentin McGaw
2025-12-23 01:40:29 +00:00
parent cc89b35b63
commit 1c1d271967
+2
View File
@@ -35,6 +35,8 @@ func (l *Loop) RunRestartTicker(ctx context.Context, done chan<- struct{}) {
l.statusManager.SetStatus(constants.Crashed)
l.logger.Error(err.Error())
l.logger.Warn("skipping DNS server restart due to failed files update")
settings := l.GetSettings()
timer.Reset(*settings.UpdatePeriod)
continue
}
}