1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00
juanfont.headscale/cmd/headscale/cli
Kristoffer Dalby cfd53bc4aa Factor wgkey to types/key
This commit converts all the uses of wgkey to the new key interfaces.

It now has specific  machine, node and discovery keys and we now should
use them correctly.

Please note the new logic which strips a key prefix (in utils.go) that
is now standard inside tailscale.

In theory we could put it in the database, but to preserve backwards
compatibility and not spend a lot of resources on accounting for both,
we just strip them.
2021-11-26 23:30:42 +00:00
..
debug.go
namespaces.go Get rid of dynamic errors 2021-11-15 19:18:14 +00:00
nodes.go Factor wgkey to types/key 2021-11-26 23:30:42 +00:00
preauthkeys.go Get rid of dynamic errors 2021-11-15 19:18:14 +00:00
root.go
routes.go
server.go
utils.go Remove config loading of private key path 2021-11-26 23:29:41 +00:00
version.go