diff --git a/internal/dns/run.go b/internal/dns/run.go index 0cd9aeb7..ef9ee084 100644 --- a/internal/dns/run.go +++ b/internal/dns/run.go @@ -43,7 +43,7 @@ func (l *Loop) Run(ctx context.Context, done chan<- struct{}) { runError, err = l.setupServer(ctx) if err == nil { l.backoffTime = defaultBackoffTime - l.logger.Info("ready") + l.logger.Info("ready and using DNS server at address " + settings.ServerAddress.String()) break }