Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Does QDnsLookup return DNSSEC data?
-
I'll try it tomorrow, but if anyone knows if this is an easy yes/no that would be helpful.
I can't find anything in the documentation that states this; however, DNSSEC is basically implemented as just another set of record types so it seems it would be easy to support - e.g.: RRSIG, DNSKEY, DS, NSEC/NSEC3, CDNSKEY, and CDS.
Cheers :)