tailscale/cmd/tailscale
Shayne Sweeney 1ceaabbc7b
cmd/tailscale/cli: allow empty text ("") serve
Current behavior is broken. `tailscale serve text / ""` returns no error
and shows up in `tailscale serve status` but requests return a 500
"empty handler".

The commit changes the handler field `Text` to type of `*string`.

Closes #6405

Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
2022-11-20 12:56:12 -05:00
..
cli cmd/tailscale/cli: allow empty text ("") serve 2022-11-20 12:56:12 -05:00
depaware.txt cmd/tailscale, util/quarantine: set quarantine flags on files from Taildrop 2022-11-17 15:06:02 -05:00
tailscale.go cmd/tailscale: move call to cli.CleanUpArgs() from main() into cli.Run() (#4954) 2022-06-27 14:56:25 -07:00