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
Brad Fitzpatrick 21dc5f4e21 derp/derpserver: split off derp.Server out of derp into its own package
This exports a number of things from the derp (generic + client) package
to be used by the new derpserver package, as now used by cmd/derper.

And then enough other misc changes to lock in that cmd/tailscaled can
be configured to not bring in tailscale.com/client/local. (The webclient
in particular, even when disabled, was bringing it in, so that's now fixed)

Fixes #17257

Change-Id: I88b6c7958643fb54f386dd900bddf73d2d4d96d5
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 months ago
..
derp.go prober: allow custom tls.Config for TLS probes (#17186) 3 months ago
derp_test.go derp/derpserver: split off derp.Server out of derp into its own package 3 months ago
dns.go prober: export probe class and metrics from bandwidth prober 2 years ago
dns_example_test.go prober: allow custom tls.Config for TLS probes (#17186) 3 months ago
dns_test.go prober: export probe class and metrics from bandwidth prober 2 years ago
histogram.go prober: make histogram buckets cumulative 12 months ago
histogram_test.go prober: make histogram buckets cumulative 12 months ago
http.go prober: export probe class and metrics from bandwidth prober 2 years ago
prober.go prober: include current probe results in run-probe text response 3 months ago
prober_test.go prober: include current probe results in run-probe text response 3 months ago
status.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 12 months ago
status.html cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 12 months ago
tcp.go prober: export probe class and metrics from bandwidth prober 2 years ago
tls.go prober: allow custom tls.Config for TLS probes (#17186) 3 months ago
tls_test.go prober: allow custom tls.Config for TLS probes (#17186) 3 months ago
tun_darwin.go prober: perform DERP bandwidth probes over TUN device to mimic real client 1 year ago
tun_default.go prober: perform DERP bandwidth probes over TUN device to mimic real client 1 year ago
tun_linux.go prober: perform DERP bandwidth probes over TUN device to mimic real client 1 year ago