From e167be6d64ee90400b33cddb669c6e2dbb878155 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Sun, 28 Nov 2021 09:18:24 +0000 Subject: [PATCH] Remove generate private key step from docs --- docs/Running.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Running.md b/docs/Running.md index ac9d2282..8aa5850e 100644 --- a/docs/Running.md +++ b/docs/Running.md @@ -39,11 +39,9 @@ touch config/db.sqlite ``` -4. Create a WireGuard private key, headscale configuration, and a DERP map file. Refer to [tailscale sample](https://raw.githubusercontent.com/tailscale/tailscale/main/net/dnsfallback/dns-fallback-servers.json) for more guidance. +4. Create a headscale configuration, and a DERP map file. Refer to [tailscale sample](https://raw.githubusercontent.com/tailscale/tailscale/main/net/dnsfallback/dns-fallback-servers.json) for more guidance. ```shell - wg genkey > config/private.key - cp config.yaml.[sqlite|postgres].example config/config.yaml cp derp-example.yaml config/derp.yaml