shayne
|
6697690b55
|
{cmd/tailscale/cli,ipn}: add http support to tailscale serve (#8358)
Updates #8357
Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
|
2023-06-21 12:32:20 -04:00 |
|
shayne
|
59879e5770
|
cmd/tailscale/cli: make serve and funnel visible in list (#7737)
|
2023-04-03 10:09:04 -04:00 |
|
shayne
|
43f7ec48ca
|
funnel: change references from alpha to beta (#7613)
Updates CLI and docs to reference Funnel as beta
Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
|
2023-03-27 10:12:32 -04:00 |
|
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 |
|