mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 15:27:37 +00:00
remove the use key stripping and store the proper keys (#1603)
This commit is contained in:
@@ -369,7 +369,7 @@ func (m *Mapper) marshalMapResponse(
|
||||
atomic.AddUint64(&m.seq, 1)
|
||||
|
||||
var machineKey key.MachinePublic
|
||||
err := machineKey.UnmarshalText([]byte(util.MachinePublicKeyEnsurePrefix(node.MachineKey)))
|
||||
err := machineKey.UnmarshalText([]byte(node.MachineKey))
|
||||
if err != nil {
|
||||
log.Error().
|
||||
Caller().
|
||||
|
Reference in New Issue
Block a user