DNS ready signaling fixed

This commit is contained in:
Quentin McGaw
2021-01-02 23:55:53 +00:00
parent f04fd845bb
commit 1f52df9747

View File

@@ -126,6 +126,8 @@ func (l *looper) Run(ctx context.Context, wg *sync.WaitGroup, signalDNSReady fun
l.useUnencryptedDNS(fallback) l.useUnencryptedDNS(fallback)
} }
signalDNSReady()
stayHere := true stayHere := true
for stayHere { for stayHere {
select { select {