From b820cbfed09d34abc555139ef86790be7f786c9e Mon Sep 17 00:00:00 2001 From: Josh Bielick Date: Sun, 22 Mar 2026 17:19:56 -0400 Subject: [PATCH] remove extra backtick in tailscale docs (#1652) --- docs/tailscale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tailscale.md b/docs/tailscale.md index be25b336..fb68e0ac 100644 --- a/docs/tailscale.md +++ b/docs/tailscale.md @@ -133,7 +133,7 @@ Here's the command that allows you to seamlessly run HTTPS proxy for your PiKVM: And if you want to stop tailscale from serving HTTPS, you can do this by running: ```console [root@pikvm ~]# tailscale serve --https=443 off -```` +``` ### Root cause Tailscale needs to refresh TLS certificates and write state under `/var/lib/tailscale`.