mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-25 15:20:23 +07:00
chore: upgrade softwind
This commit is contained in:
@ -300,7 +300,11 @@ func NewControlPlane(
|
||||
FinishInitCallback: nil,
|
||||
},
|
||||
}
|
||||
|
||||
/// DNS upstream
|
||||
c.dnsUpstream.FinishInitCallback = c.finishInitDnsUpstreamResolve
|
||||
// Try to invoke once to avoid dns leaking at the very beginning.
|
||||
_, _ = c.dnsUpstream.Upstream()
|
||||
return c, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user