mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
chore(dns): clarify "ready" dns message when DNS server is up and being used
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user