From 63c838ce80283f33cf210233cdccc8b4ffec70c5 Mon Sep 17 00:00:00 2001 From: Raphael Zimmermann Date: Mon, 17 Mar 2025 11:03:57 +0100 Subject: [PATCH] Extend vpn user docs --- defaults/vpn/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/defaults/vpn/README.md b/defaults/vpn/README.md index 479a565..d31282a 100644 --- a/defaults/vpn/README.md +++ b/defaults/vpn/README.md @@ -23,9 +23,12 @@ Currently, name resolution for these do not work reliably on first starts, hence To register a new client, you can generate a pre-auth key and insert it in the client: ```bash +headscale users create marlene.mayer headscale preauthkeys create --user marlene.mayer ``` +**Note**: The username must be added (or match an existing entry) in `qois.vpn-server.wheelUsers`. + Or alternatively use the register command shown when configuring the VPN client. ## ACL