feat: support 0.26+ routes only

This commit is contained in:
Aarnav Tale
2025-05-16 11:05:20 -04:00
parent 59b32c0842
commit eda8ed0b3e
7 changed files with 78 additions and 62 deletions
+5
View File
@@ -26,4 +26,9 @@ export interface Machine {
validTags: string[];
givenName: string;
online: boolean;
// Added in Headscale 0.26+
approvedRoutes: string[];
availableRoutes: string[];
subnetRoutes: string[];
}