mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-26 10:40:58 +00:00
ipn: remove mention of wgkey in comment.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
parent
bab2d92c42
commit
96ad68c5d6
@ -28,7 +28,7 @@ var ErrStateNotExist = errors.New("no state with given ID")
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// MachineKeyStateKey is the key under which we store the machine key,
|
// MachineKeyStateKey is the key under which we store the machine key,
|
||||||
// in its wgkey.Private.MarshalText representation.
|
// in its key.NodePrivate.MarshalText representation.
|
||||||
MachineKeyStateKey = StateKey("_machinekey")
|
MachineKeyStateKey = StateKey("_machinekey")
|
||||||
|
|
||||||
// GlobalDaemonStateKey is the ipn.StateKey that tailscaled
|
// GlobalDaemonStateKey is the ipn.StateKey that tailscaled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user