diff --git a/internal/dns/ticker.go b/internal/dns/ticker.go index f926bc49..a8b36c81 100644 --- a/internal/dns/ticker.go +++ b/internal/dns/ticker.go @@ -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.DoT.UpdatePeriod) continue } }