mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Include online field in proto for machine
This commit is contained in:
parent
579c5827b3
commit
4b8d6e7c64
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue