From 11e0fc1c017991b8387993f7757df67a7bd752cb Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 18 Aug 2023 08:04:25 +0300 Subject: [PATCH] update --- docs/tailscale.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/tailscale.md b/docs/tailscale.md index e1b5d0b1..10e5a84e 100644 --- a/docs/tailscale.md +++ b/docs/tailscale.md @@ -30,13 +30,14 @@ any other setting or functionality needs to be redirected to the [Tailscale supp 4. Perform the command `ip addr show tailscale0` to view the Tailscale IP address. -!!! warning - Unfortunately sometimes updating the Tailscale client on PiKVM can cause problems. - This is happening because features of its interaction with PiKVM OS running in protected read-only mode - (since Tailscale has weak support of read-only systems). +If everything is successful, PiKVM will become a member of your VPN network. - Do not update Tailscale if you don't have access to the device without VPN, - because on breaking change in Tailscale, you may lose access to PiKVM. +!!! warning + **Do not update Tailscale if you don't have access to PiKVM without VPN, + because on breaking change in Tailscale, you may lose access.** + + Unfortunately sometimes updating the Tailscale client on PiKVM can cause problems. + This is happening since Tailscale has weak support of read-only systems. ### For each device you wish to access PiKVM @@ -61,4 +62,4 @@ To remove follow this: # reboot ``` -Next. follow this document from the beginning to install the Tailscale again. +Next, follow this document from the beginning to install the Tailscale again.