albertito / dnss

DNS over HTTPS [mirror]
https://blitiri.com.ar/git/r/dnss/
Other
125 stars 17 forks source link

DNSSEC support #2

Closed alexandrestein closed 5 years ago

alexandrestein commented 5 years ago

Hi, thank you for this package it is simple and efficient.

Is there any plan to support DNSSEC?

albertito commented 5 years ago

Hi! Sorry for not responding before, I didn't realize this was still open :(

dnss passes through queries and is quite agnostic to the record types.

For example, in "dns to https" mode, lookups of DNSSEC-enabled domains work fine, and the record types are passed through to the resolvers fine as well.

Is there anything in specific about DNSSEC that isn't working, or any particular mode you'd like to be supported?

alexandrestein commented 5 years ago

Yes, sorry it wasn't clear.

I would like to have DNSSEC validation directly inside the package.

In the meantime I moved to an other solution. So I don't need it anymore 🥺

Thanks 😊

albertito commented 5 years ago

Ah! I see, thanks for clarifying.

No, no plans for DNSSEC validation in the proxy just yet. I would definitely consider patches (provided they don't increase the complexity significantly), but at the moment don't have plans to actively work on it myself.

Thanks!