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/prober
valscale 88097b836a
prober: allow monitoring of nodes marked as STUN only in default derpmap (#8391)
prober uses NewRegionClient() to connect to a derper using a faked up
single-node region, but NewRegionClient() fails to connect if there is
no non-STUN only client in the region. Set the STUN only flag to false
before we call NewRegionClient() so we can monitor nodes marked as
STUN only in the default derpmap.

Updates #11492

Signed-off-by: Val <valerie@tailscale.com>
1 year ago
..
derp.go prober: allow monitoring of nodes marked as STUN only in default derpmap (#8391) 1 year ago
derp_test.go all: update copyright and license headers 1 year ago
http.go all: update copyright and license headers 1 year ago
notification.go all: update copyright and license headers 1 year ago
prober.go prober: migrate to Prometheus metric library 1 year ago
prober_test.go prober: migrate to Prometheus metric library 1 year ago
tcp.go all: update copyright and license headers 1 year ago
tls.go all: update copyright and license headers 1 year ago
tls_test.go all: update copyright and license headers 1 year ago