feat: support 0.26+ routes only
This commit is contained in:
parent
59b32c0842
commit
eda8ed0b3e
7 changed files with 78 additions and 62 deletions
|
|
@ -26,4 +26,9 @@ export interface Machine {
|
|||
validTags: string[];
|
||||
givenName: string;
|
||||
online: boolean;
|
||||
|
||||
// Added in Headscale 0.26+
|
||||
approvedRoutes: string[];
|
||||
availableRoutes: string[];
|
||||
subnetRoutes: string[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue