mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-15 08:10:24 +00:00
feat: add valid and invalid fields
Also change ID in proto for ForcedTags since the previous ID's should be reserved for commented fields
This commit is contained in:
@@ -32,14 +32,17 @@ message Machine {
|
||||
|
||||
RegisterMethod register_method = 13;
|
||||
|
||||
repeated string forced_tags = 14;
|
||||
|
||||
reserved 14 to 17;
|
||||
// google.protobuf.Timestamp updated_at = 14;
|
||||
// google.protobuf.Timestamp deleted_at = 15;
|
||||
|
||||
// bytes host_info = 15;
|
||||
// bytes endpoints = 16;
|
||||
// bytes enabled_routes = 17;
|
||||
|
||||
repeated string forced_tags = 18;
|
||||
repeated string invalid_tags = 19;
|
||||
repeated string valid_tags = 20;
|
||||
}
|
||||
|
||||
message RegisterMachineRequest {
|
||||
|
Reference in New Issue
Block a user