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
@@ -129,6 +129,7 @@ pub fn is_yggdrasil_record(record: &DnsRecord) -> bool {
DnsRecord::AAAA { addr, .. } => return is_yggdrasil(&IpAddr::from(*addr)),
DnsRecord::SRV { .. } => {}
DnsRecord::OPT { .. } => {}
DnsRecord::TLSA { .. } => {}
}
true
}