Merge branch 'master' into remove-keep-nameserver

This commit is contained in:
Quentin McGaw
2025-11-17 19:16:05 +00:00
10 changed files with 51 additions and 29 deletions

View File

@@ -38,7 +38,6 @@ func (l *Loop) Run(ctx context.Context, done chan<- struct{}) {
if err == nil {
l.backoffTime = defaultBackoffTime
l.logger.Info("ready")
l.signalOrSetStatus(constants.Running)
break
}
@@ -54,6 +53,7 @@ func (l *Loop) Run(ctx context.Context, done chan<- struct{}) {
}
l.logAndWait(ctx, err)
}
l.signalOrSetStatus(constants.Running)
const fallback = false
l.useUnencryptedDNS(fallback)