tailscale/ipn/localapi
shayne 98114bf608
cmd/tailscale/cli, ipn/localapi: add funnel status to status command (#6402)
Fixes #6400

open up GETs for localapi serve-config to allow read-only access to
ServeConfig

`tailscale status` will include "Funnel on" status when Funnel is
configured. Prints nothing if Funnel is not running.

Example:

 $ tailscale status
 <nodes redacted>

 # Funnel on:
 #     - https://node-name.corp.ts.net
 #     - https://node-name.corp.ts.net:8443
 #     - tcp://node-name.corp.ts.net:10000

Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
2022-12-07 22:17:40 -05:00
..
cert.go ipn/{ipnlocal,localapi}: move most of cert.go to ipnlocal 2022-11-07 21:50:04 -08:00
debugderp.go cmd/tailscale: add start of "debug derp" subcommand 2022-11-26 15:40:25 -08:00
disabled_stubs.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
localapi.go cmd/tailscale/cli, ipn/localapi: add funnel status to status command (#6402) 2022-12-07 22:17:40 -05:00
pprof.go ipn/localapi: rename /profile to /pprof 2022-11-10 12:02:16 -08:00