This commit is contained in:
Maxim Devaev 2025-09-24 04:07:49 +03:00
parent 7dc5927152
commit a107db3a8c
1 changed files with 1 additions and 1 deletions

View File

@ -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