mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-15 17:09:49 +00:00
Change nickname to givenname in proto
This commit is contained in:
@@ -39,7 +39,7 @@ message Machine {
|
|||||||
// bytes endpoints = 16;
|
// bytes endpoints = 16;
|
||||||
// bytes enabled_routes = 17;
|
// bytes enabled_routes = 17;
|
||||||
|
|
||||||
string nickname = 18;
|
string given_name = 18;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RegisterMachineRequest {
|
message RegisterMachineRequest {
|
||||||
|
Reference in New Issue
Block a user