From 9982ae5f09eca992000559295eb7e063be065758 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Sun, 10 Dec 2023 15:23:23 +0100 Subject: [PATCH] add breaking entry of derp priv key (#1641) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bae27e31..e16d283f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ after improving the test harness as part of adopting [#1460](https://github.com/ - The latest supported client is 1.32 - Headscale checks that _at least_ one DERP is defined at start [#1564](https://github.com/juanfont/headscale/pull/1564) - If no DERP is configured, the server will fail to start, this can be because it cannot load the DERPMap from file or url. +- Embedded DERP server requires a private key [#1611](https://github.com/juanfont/headscale/pull/1611) + - Add a filepath entry to [`derp.server.private_key_path`](https://github.com/juanfont/headscale/blob/b35993981297e18393706b2c963d6db882bba6aa/config-example.yaml#L95) ### Changes