Audit fixes

This commit is contained in:
jdl
2026-06-16 07:44:49 +02:00
parent 85d6d577e3
commit 302e5d00d0
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ func addRelayPeer(t *testing.T, a *App, vpnIP string, ep netip.AddrPort) *Peer {
})
p := a.peersByKey[key]
p.wgPeer.LastHandshakeTime = time.Now()
p.LastPing = time.Now()
return p
}