mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
b18147fa82
we also have added the necessary logic to auto prune ephemeral nodes because headscale doesn't seem to automatically remove them. this change made use of a database which is now stored in the persistent headplane directory.
5 lines
92 B
SQL
5 lines
92 B
SQL
CREATE TABLE `ephemeral_nodes` (
|
|
`auth_key` text PRIMARY KEY NOT NULL,
|
|
`node_key` text
|
|
);
|