mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-13 03:19:08 +09:00
96d2e6ed60
Re-registration mutated the node store before the database write and did not revert on failure, so a restart could drop the client's current node key. Snapshot the node and restore it if the write fails. Updates #3312