Added the TLSA DNS record.

This commit is contained in:
Revertron
2021-10-08 09:14:24 +02:00
parent f8a7d8e868
commit d502b6c890
6 changed files with 64 additions and 4 deletions
+1
View File
@@ -54,6 +54,7 @@ pub trait DnsResolver {
for filter in context.filters.iter() {
if let Some(packet) = filter.lookup(qname, qtype) {
context.cache.store(&packet.answers)?;
return Ok(packet);
}
}