Compare commits

...

1 commit

Author SHA1 Message Date
Raphael Zimmermann
63c838ce80 Extend vpn user docs
All checks were successful
CI / build (push) Successful in 6m18s
2025-03-17 11:03:57 +01:00

View file

@ -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: To register a new client, you can generate a pre-auth key and insert it in the client:
```bash ```bash
headscale users create marlene.mayer
headscale preauthkeys create --user 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. Or alternatively use the register command shown when configuring the VPN client.
## ACL ## ACL