mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
7dc5927152
commit
a107db3a8c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue