Files
headscale/hscontrol
Kristoffer Dalby 3bd4ecd9cd fix: preserve node expiry when tailscaled restarts
When tailscaled restarts, it sends RegisterRequest with Auth=nil and
Expiry=zero. Previously this was treated as a logout because
time.Time{}.Before(time.Now()) returns true.

Add early return in handleRegister() to detect this case and preserve
the existing node state without modification.

Fixes #2862
2025-11-11 12:47:48 -06:00
..
2023-09-05 08:47:43 +02:00
2025-09-09 09:40:00 +02:00
2025-09-09 09:40:00 +02:00
2025-09-09 09:40:00 +02:00
2024-10-02 14:50:17 +02:00