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>
2023-06-20 12:04:55 -07:00
..
derp.go prober: allow monitoring of nodes marked as STUN only in default derpmap (#8391) 2023-06-20 12:04:55 -07:00
derp_test.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
http.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
notification.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
prober.go prober: migrate to Prometheus metric library 2023-04-11 08:37:32 +01:00
prober_test.go prober: migrate to Prometheus metric library 2023-04-11 08:37:32 +01:00
tcp.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tls.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tls_test.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00