infra/README.md

14 lines
195 B
Markdown
Raw Normal View History

2023-11-24 21:43:17 +00:00
## How to add new tailscale client
On client:
```
tailscale up --login-server https://mzhang.io:15851
```
On server:
```
sudo /path/to/headscale nodes register --user michael --key <key>
```