You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
cert.go ipn/{ipnlocal,localapi}: move most of cert.go to ipnlocal 2 years ago
debugderp.go cmd/tailscale: add start of "debug derp" subcommand 2 years ago
disabled_stubs.go all: remove old +build tags 2 years ago
localapi.go cmd/tailscale/cli, ipn/localapi: add funnel status to status command (#6402) 2 years ago
pprof.go ipn/localapi: rename /profile to /pprof 2 years ago