feat: initial commit
This commit is contained in:
commit
649f66fbf1
19 changed files with 512 additions and 0 deletions
30
docs/tailscale/client.md
Normal file
30
docs/tailscale/client.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Client
|
||||
|
||||
## Linux Install
|
||||
|
||||
```shell
|
||||
curl -fsSL https://tailscale.com/install.sh | sudo sh
|
||||
```
|
||||
|
||||
## Connect with Headscale
|
||||
|
||||
Manual authentication:
|
||||
|
||||
```shell
|
||||
sudo tailscale up \
|
||||
--login-server=https://vpn.mirahsimon.us \
|
||||
--accept-routes \
|
||||
--operator=simon \
|
||||
--accept-dns
|
||||
```
|
||||
|
||||
Key-based authentication:
|
||||
|
||||
```shell
|
||||
sudo tailscale up \
|
||||
--login-server=https://vpn.mirahsimon.us \
|
||||
--accept-routes \
|
||||
--operator=simon \
|
||||
--accept-dns \
|
||||
--auth-key=XXXXXXXXXXXXXXXXXXXXXX
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue