mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-20 19:09:07 +01:00
Include online field in proto for machine
This commit is contained in:
parent
579c5827b3
commit
4b8d6e7c64
@ -44,6 +44,7 @@ message Machine {
|
|||||||
repeated string invalid_tags = 19;
|
repeated string invalid_tags = 19;
|
||||||
repeated string valid_tags = 20;
|
repeated string valid_tags = 20;
|
||||||
string given_name = 21;
|
string given_name = 21;
|
||||||
|
bool online = 22;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RegisterMachineRequest {
|
message RegisterMachineRequest {
|
||||||
|
Loading…
Reference in New Issue
Block a user