Update bind

This commit is contained in:
Zoltán Papp
2026-08-27 15:47:49 +02:00
parent f7da113ac7
commit 951e5d3e28

View File

@@ -131,8 +131,7 @@ func (e *Engine) setFileDropTunnel() {
return netstackNet.DialContextTCPAddrPort(ctx, addrPort)
}
} else {
dialer := &net.Dialer{}
dial = dialer.DialContext
dial = fileDropOSDial(e.wgInterface)
}
e.fileDrop.SetTunnel(dial, e.statusRecorder.GetLocalPeerState().FQDN)