Fix #331 (DNS ready signaling fixed)

This commit is contained in:
Quentin McGaw
2021-01-02 23:51:05 +00:00
parent 3e3bd05c79
commit 31cf5d4a5a
+2
View File
@@ -131,6 +131,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 {