mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-05 23:21:00 +00:00
cmd/tailscale: make web client URL clickable
Updates #11151 Signed-off-by: Will Norris <will@tailscale.com>
This commit is contained in:
parent
69f5664075
commit
24487815e1
@ -99,7 +99,7 @@ func runWeb(ctx context.Context, args []string) error {
|
|||||||
var startedManagementClient bool // we started the management client
|
var startedManagementClient bool // we started the management client
|
||||||
if !existingWebClient && !webArgs.readonly {
|
if !existingWebClient && !webArgs.readonly {
|
||||||
// Also start full client in tailscaled.
|
// Also start full client in tailscaled.
|
||||||
log.Printf("starting tailscaled web client at %s:%d\n", selfIP.String(), web.ListenPort)
|
log.Printf("starting tailscaled web client at http://%s:%d\n", selfIP.String(), web.ListenPort)
|
||||||
if err := setRunWebClient(ctx, true); err != nil {
|
if err := setRunWebClient(ctx, true); err != nil {
|
||||||
return fmt.Errorf("starting web client in tailscaled: %w", err)
|
return fmt.Errorf("starting web client in tailscaled: %w", err)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user