Skip to content

Commit

Permalink
DNS ready signaling fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 2, 2021
1 parent f04fd84 commit 1f52df9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/dns/loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ func (l *looper) Run(ctx context.Context, wg *sync.WaitGroup, signalDNSReady fun
l.useUnencryptedDNS(fallback)
}

signalDNSReady()

stayHere := true
for stayHere {
select {
Expand Down

0 comments on commit 1f52df9

Please sign in to comment.