Fix: DNS_KEEP_NAMESERVER behavior

This commit is contained in:
Quentin McGaw
2021-01-06 21:52:55 +00:00
parent af57043afd
commit c7fc3afc21
3 changed files with 4 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ func (l *looper) Run(ctx context.Context, wg *sync.WaitGroup, dnsReadyCh chan<-
const fallback = false
l.useUnencryptedDNS(fallback) // TODO remove? Use default DNS by default for Docker resolution?
// TODO this one is kept if DNS_KEEP_NAMESERVER=on and should be replaced
select {
case <-l.start: