From a107db3a8c2d7d68b98842018b924d5eef3d8e83 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 24 Sep 2025 04:07:49 +0300 Subject: [PATCH] fix --- docs/tailscale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tailscale.md b/docs/tailscale.md index 3b083847..be25b336 100644 --- a/docs/tailscale.md +++ b/docs/tailscale.md @@ -129,7 +129,7 @@ Tailscale has a nice option of running an HTTPS on your behalf within your tailn Here's the command that allows you to seamlessly run HTTPS proxy for your PiKVM: ```console [root@pikvm ~]# tailscale serve --bg https+insecure://localhost:443 -```` +``` And if you want to stop tailscale from serving HTTPS, you can do this by running: ```console [root@pikvm ~]# tailscale serve --https=443 off