fix DNSSec typo > DNSSEC

This commit is contained in:
HLFH
2022-12-15 14:40:55 +00:00
committed by Dirkjan Ochtman
parent 9301df2032
commit 98fd773a08
38 changed files with 74 additions and 74 deletions

View File

@@ -11,7 +11,7 @@ This library contains implementations for IPv4 (A) and IPv6 (AAAA) resolution, m
- NameServer pools with performance based priority usage
- Caching of query results
- NxDomain/NoData caching (negative caching)
- TBD (in tokio impl): DNSSec validation
- TBD (in tokio impl): DNSSEC validation
- Generic Record Type Lookup
- CNAME chain resolution
- _experimental_ mDNS support (enable with `mdns` feature)