cmd/tailscale: add web subcommand

Used as an app frontend UI on Synology.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
David Crawshaw
2021-03-25 08:21:31 -07:00
committed by David Crawshaw
parent 35596ae5ce
commit f0863346c2
5 changed files with 275 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ change in the future.
statusCmd,
pingCmd,
versionCmd,
webCmd,
},
FlagSet: rootfs,
Exec: func(context.Context, []string) error { return flag.ErrHelp },