mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-16 13:17:19 +02:00
fix: port Windows VPN DNS settling fix to master
This commit is contained in:
committed by
Cuong Manh Le
parent
0d183feddb
commit
3c740b9693
@@ -1407,7 +1407,7 @@ func (p *prog) scheduleDelayedRechecks() {
|
||||
ctx := ctrld.LoggerCtx(context.Background(), p.logger.Load())
|
||||
ctrld.InitializeOsResolver(ctx, true)
|
||||
if p.vpnDNS != nil {
|
||||
p.vpnDNS.Refresh(ctx)
|
||||
p.vpnDNS.Refresh(ctx, true)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user