This commit is contained in:
jdl
2026-06-13 14:55:46 +02:00
parent 867b3b5949
commit 75782c4efd
+1 -1
View File
@@ -41,7 +41,7 @@ func (a *App) onTick() {
}
// Stale non-public direct peer: demote to probing so WireGuard
// resumes handshake attempts on the direct path.
a.devAddProbe(p, p.WGEndpoint())
a.devAddProbe(p, p.PreferredEndpoint())
}
}