boulder/observer/probers
Jacob Hoffman-Andrews 015cea3853
observer: disable IPv6-to-IPv4 fallback (#7173)
We had this disabled in one of our probes, but not all. Add a common
dialer that disables the fallback and use it in each applicable prober.
This avoids masking failures of IPv6 connectivity.

Also change to use contexts instead of timeout parameters consistently.

The shared dialer is in the new `obsdialer` package because putting it
in `observer` results in import cycles.
2023-11-28 09:53:20 -08:00
..
crl Unfork crl x509 (#7078) 2023-09-15 20:25:13 -07:00
dns Strict YAML parsing (#6652) 2023-02-22 14:56:26 -05:00
http observer: disable IPv6-to-IPv4 fallback (#7173) 2023-11-28 09:53:20 -08:00
mock Move cmd.ConfigDuration to config.Duration (#6705) 2023-02-28 08:11:49 -08:00
tcp observer: disable IPv6-to-IPv4 fallback (#7173) 2023-11-28 09:53:20 -08:00
tls observer: disable IPv6-to-IPv4 fallback (#7173) 2023-11-28 09:53:20 -08:00
prober.go boulder-observer: Add support for prober specific metrics (#6290) 2022-09-02 10:40:03 -07:00