Closed adam-burns closed 4 months ago
The front ends should be able to indicate whether DNS responses are secured within the DNSSEC chain of trust or indicate if they are not.
DNSSEC records can be passed in responses by setting the DNSSEC OK (DO) bit in the OPT record in the additional section of the query or update.
dns.js now offers a query function that modifies the query header option to enable DNSSEC.
The front ends should be able to indicate whether DNS responses are secured within the DNSSEC chain of trust or indicate if they are not.
DNSSEC records can be passed in responses by setting the DNSSEC OK (DO) bit in the OPT record in the additional section of the query or update.