mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43:05 +00:00
Remove generate private key step from docs
This commit is contained in:
parent
34f4109fbd
commit
e167be6d64
1 changed files with 1 additions and 3 deletions
|
@ -39,11 +39,9 @@
|
||||||
touch config/db.sqlite
|
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
|
```shell
|
||||||
wg genkey > config/private.key
|
|
||||||
|
|
||||||
cp config.yaml.[sqlite|postgres].example config/config.yaml
|
cp config.yaml.[sqlite|postgres].example config/config.yaml
|
||||||
|
|
||||||
cp derp-example.yaml config/derp.yaml
|
cp derp-example.yaml config/derp.yaml
|
||||||
|
|
Loading…
Reference in a new issue