mirage / ocaml-dns

OCaml implementation of the DNS protocol
BSD 2-Clause "Simplified" License
105 stars 43 forks source link

resolver: do dnssec validation as an option #325

Closed hannesm closed 1 year ago

hannesm commented 2 years ago

in #290 / 427630640d46ddd1346cb38c155af3ef53947787 we added DNSSec support to the resolver. With this PR, the DNSSec validation is made optional (Dns_resolver.create takes a labelled dnssec:bool argument to switch it on or off for the lifetime of the resolver).

reynir commented 1 year ago

Thanks!