mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
e360a7f4bf
commit
f3d29a78be
28
README.md
28
README.md
|
@ -1673,6 +1673,34 @@ apt update && apt upgrade -y
|
||||||
```
|
```
|
||||||
____________________________________________________________________________________________
|
____________________________________________________________________________________________
|
||||||
|
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary markdown="span"> 🔸Tailscale</summary>
|
||||||
|
|
||||||
|
<p align="center"><img src="https://avatars.githubusercontent.com/u/48932923?v=4&s=100"/></p>
|
||||||
|
|
||||||
|
<h1 align="center" id="heading"> Tailscale</h1>
|
||||||
|
|
||||||
|
[Tailscale](https://tailscale.com/) Creates a secure network between your servers, computers, and cloud instances. Even when separated by firewalls or subnets, Tailscale just works.
|
||||||
|
|
||||||
|
To Install Talescale on an existing LXC, run the following in the Proxmox Shell (replace `106` with your LXC ID).
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/add-tailscale-lxc.sh)" -s 106
|
||||||
|
```
|
||||||
|
After the script finishes, reboot the LXC then run `tailscale up` in the LXC console
|
||||||
|
|
||||||
|
[**Tailscale Login**](https://login.tailscale.com/start)
|
||||||
|
|
||||||
|
⚙️ **To Update Tailscale**
|
||||||
|
|
||||||
|
Run in the LXC console
|
||||||
|
```yaml
|
||||||
|
apt update && apt upgrade -y
|
||||||
|
```
|
||||||
|
|
||||||
|
___________________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
Loading…
Reference in New Issue