mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-21 15:05:23 +00: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 valid_tags = 20;
|
||||
string given_name = 21;
|
||||
bool online = 22;
|
||||
}
|
||||
|
||||
message RegisterMachineRequest {
|
||||
|
Loading…
Reference in New Issue
Block a user