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

View File

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