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
|
|
);
|