janmojzis / dq

Recursive DNS/DNSCurve server and comandline tool to debug DNS/DNSCurve
Creative Commons Zero v1.0 Universal
23 stars 1 forks source link

DNSSEC support #3

Open bAndie91 opened 3 years ago

bAndie91 commented 3 years ago

hi Jan, i discovered dqcache as the only recursive nameserver supporting dnscurve so far. I'd like to replace my current recursor, but I miss the DNSSEC support. if i understand dnscurve well, it totally gets along with dnssec, since curve only encapsulates valid dns packets, which packets could have dnssec records in them. is it something which can be implemented easily, eg. by setting some flags on the query, or needs more design changes?