mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
Fix typo in example
The example command is missing the `s` in `preauthkeys`
This commit is contained in:
parent
b83ecc3e6e
commit
b1d1bd32c3
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Alternatively, you can use Auth Keys to register your machines:
|
|||
|
||||
1. Create an authkey
|
||||
```shell
|
||||
headscale -n myfirstnamespace preauthkey create --reusable --expiration 24h
|
||||
headscale -n myfirstnamespace preauthkeys create --reusable --expiration 24h
|
||||
```
|
||||
|
||||
2. Use the authkey from your machine to register it
|
||||
|
|
Loading…
Reference in a new issue