Clarified why we have a different key
This commit is contained in:
parent
175dfa1ede
commit
f0a8a2857b
2 changed files with 2 additions and 1 deletions
1
app.go
1
app.go
|
@ -132,6 +132,7 @@ func NewHeadscale(cfg *Config) (*Headscale, error) {
|
|||
return nil, ErrFailedPrivateKey
|
||||
}
|
||||
|
||||
// TS2021 requires to have a different key from the legacy protocol.
|
||||
noisePrivateKey, err := readOrCreatePrivateKey(cfg.NoisePrivateKeyPath)
|
||||
if err != nil {
|
||||
return nil, ErrFailedNoisePrivateKey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue