mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-07 21:02:51 -05:00
remove the use key stripping and store the proper keys (#1603)
This commit is contained in:
@@ -545,7 +545,7 @@ func (api headscaleV1APIServer) DebugCreateNode(
|
||||
}
|
||||
|
||||
api.h.registrationCache.Set(
|
||||
util.NodePublicKeyStripPrefix(nodeKey),
|
||||
nodeKey.String(),
|
||||
newNode,
|
||||
registerCacheExpiration,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user