mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
Update readme
This commit is contained in:
parent
7d52842a4c
commit
52257e32a3
11
README.md
11
README.md
@ -31,12 +31,19 @@ An open source implementation of the Tailscale coordination server.
|
|||||||
cp config.json.example config.json
|
cp config.json.example config.json
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Run it
|
4. Run the server
|
||||||
```
|
```
|
||||||
./headscale
|
./headscale serve
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Add your first machine
|
5. Add your first machine
|
||||||
```
|
```
|
||||||
tailscale up -login-server YOUR_HEADSCALE_URL
|
tailscale up -login-server YOUR_HEADSCALE_URL
|
||||||
```
|
```
|
||||||
|
|
||||||
|
6. Navigate to the URL you will get with `tailscale up`, where you can find your machine key.
|
||||||
|
|
||||||
|
7. Register your machine using the headscale CLI
|
||||||
|
```
|
||||||
|
./headscale register YOURMACHINEKEY
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user