shayne
|
2b892ad6e7
|
cmd/tailscale/cli: [serve] rework commands based on feedback (#6521)
```
$ tailscale serve https:<port> <mount-point> <source> [off]
$ tailscale serve tcp:<port> tcp://localhost:<local-port> [off]
$ tailscale serve tls-terminated-tcp:<port> tcp://localhost:<local-port> [off]
$ tailscale serve status [--json]
$ tailscale funnel <serve-port> {on|off}
$ tailscale funnel status [--json]
```
Fixes: #6674
Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
|
2023-03-13 21:43:28 -04:00 |
|