From 4b8d6e7c64f4c87a801187540b2ae435eb34dc9d Mon Sep 17 00:00:00 2001 From: Juan Font Date: Tue, 13 Dec 2022 22:28:31 +0000 Subject: [PATCH] Include online field in proto for machine --- proto/headscale/v1/machine.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/headscale/v1/machine.proto b/proto/headscale/v1/machine.proto index 27616d09..45778482 100644 --- a/proto/headscale/v1/machine.proto +++ b/proto/headscale/v1/machine.proto @@ -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 {