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
Brad Fitzpatrick 70de16bda7 ipn/localapi: make whois take IP or IP:port as documented, fix capmap netstack lookup
The whois handler was documented as taking IP (e.g. 100.101.102.103)
or IP:port (e.g. usermode 127.0.0.1:1234) but that got broken at some point
and we started requiring a port always. Fix that.

Also, found in the process of adding tests: fix the CapMap lookup in
userspace mode (it was always returning the caps of 127.0.0.1 in
userspace mode). Fix and test that too.

Updates #9714

Change-Id: Ie9a59744286522fa91c4b70ebe89a1e94dbded26
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
1 year ago
..
cert.go ipn/{ipnlocal,localapi}: actually renew certs before expiry (#8731) 1 year ago
debugderp.go all: avoid repeated default interface lookups 2 years ago
disabled_stubs.go all: update copyright and license headers 2 years ago
localapi.go ipn/localapi: make whois take IP or IP:port as documented, fix capmap netstack lookup 1 year ago
localapi_test.go ipn/localapi: make whois take IP or IP:port as documented, fix capmap netstack lookup 1 year ago
pprof.go all: update copyright and license headers 2 years ago