1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Include online field in proto for machine

This commit is contained in:
Juan Font 2022-12-13 22:28:31 +00:00 committed by Kristoffer Dalby
parent 579c5827b3
commit 4b8d6e7c64

View File

@ -44,6 +44,7 @@ message Machine {
repeated string invalid_tags = 19;
repeated string valid_tags = 20;
string given_name = 21;
bool online = 22;
}
message RegisterMachineRequest {