tailscale/prober
Mario Minardi ea3d0bcfd4
prober,derp/derphttp: make dev-mode DERP probes work without TLS (#14347)
Make dev-mode DERP probes work without TLS. Properly dial port `3340`
when not using HTTPS when dialing nodes in `derphttp_client`. Skip
verifying TLS state in `newConn` if we are not running a prober.

Updates tailscale/corp#24635

Signed-off-by: Percy Wegmann <percy@tailscale.com>
Co-authored-by: Percy Wegmann <percy@tailscale.com>
2024-12-10 10:51:03 -07:00
..
derp.go prober,derp/derphttp: make dev-mode DERP probes work without TLS (#14347) 2024-12-10 10:51:03 -07:00
derp_test.go cmd/derpprobe,prober: add ability to restrict derpprobe to a single region 2024-11-15 13:42:58 -06:00
dns.go
dns_example_test.go
dns_test.go
http.go
prober.go prober: make status page more clear 2024-08-08 17:34:29 +01:00
prober_test.go prober: support JSON response in RunHandler 2024-08-06 11:27:59 +01:00
status.go prober: make status page more clear 2024-08-08 17:34:29 +01:00
status.html prober: make status page more clear 2024-08-08 17:34:29 +01:00
tcp.go
tls.go
tls_test.go