mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-13 02:58:49 +00: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