From f3d29a78be19761688a037008edc713b53ecb10d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 3 Jul 2022 14:21:12 -0400 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 4b4ff076..ad4a7c02 100644 --- a/README.md +++ b/README.md @@ -1673,6 +1673,34 @@ apt update && apt upgrade -y ``` ____________________________________________________________________________________________ + +
+ 🔸Tailscale + +

+ +

Tailscale

+ +[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 +``` + +___________________________________________________________________________________________ +