1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00
juanfont.headscale/cmd/headscale/cli
Juan Font 593040b73d Run the Noise handlers under a new struct so we can access the noiseConn from the handlers
In TS2021 the MachineKey can be obtained from noiseConn.Peer() - contrary to what I thought before,
where I assumed MachineKey was dropped in TS2021.

By having a ts2021App and hanging from there the TS2021 handlers, we can fetch again the MachineKey.
2022-12-21 20:52:08 +01:00
..
api_key.go
debug.go fix bug in #912 (#914) 2022-11-05 09:07:22 +01:00
dump_config.go
generate.go
mockoidc.go Make addr configurable 2022-10-07 23:56:27 +02:00
namespaces.go
nodes.go Run the Noise handlers under a new struct so we can access the noiseConn from the handlers 2022-12-21 20:52:08 +01:00
preauthkeys.go
pterm_style.go
root.go Fix completion issues (fixes #839) 2022-11-20 13:57:38 +01:00
routes.go Port integration tests routes CLI to v2 2022-12-06 08:17:14 +01:00
server.go
utils.go Add nolint since go os has weird casing 2022-10-31 17:58:03 +01:00
version.go