mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-21 15:54:53 +09:00
gen: regenerate protobuf code
This commit is contained in:
committed by
Kristoffer Dalby
parent
eec54cbbf3
commit
0516c0ec37
@@ -377,7 +377,7 @@ func (node *Node) Proto() *v1.Node {
|
||||
Name: node.Hostname,
|
||||
GivenName: node.GivenName,
|
||||
User: nil, // Will be set below based on node type
|
||||
ForcedTags: node.Tags,
|
||||
Tags: node.Tags,
|
||||
Online: node.IsOnline != nil && *node.IsOnline,
|
||||
|
||||
// Only ApprovedRoutes and AvailableRoutes is set here. SubnetRoutes has
|
||||
|
||||
Reference in New Issue
Block a user