grafana / synthetic-monitoring-agent

Synthetic Monitoring Agent
https://grafana.com/docs/grafana-cloud/how-do-i/synthetic-monitoring/
Apache License 2.0
155 stars 20 forks source link

Add support for DNSSEC validation #766

Open mem opened 4 days ago

mem commented 4 days ago

The DNS client library that Blackbox Exporter uses does support DNSSEC validation (setting the DO bit), but Blackbox Exporter itself doesn't. In order to add support for this in the agent we need to:

mem commented 4 days ago

It's extra small for the agent itself, but needs work in BBE.