LuckyTurtleDev / crab-hole

🦀 Pi-Hole clone written in rust using hickory-dns/trust-dns
GNU Affero General Public License v3.0
34 stars 4 forks source link

Support for DNSCrypt #26

Open UnlimitedCookies opened 10 months ago

UnlimitedCookies commented 10 months ago

You can find more information here: https://dnscrypt.info/


needs: https://github.com/hickory-dns/hickory-dns/issues/4

msrd0 commented 10 months ago

Is this supported by hickory dns?

UnlimitedCookies commented 10 months ago

Is this supported by hickory dns?

Well, it's under "https://github.com/hickory-dns/hickory-dns#rfcs-in-progress-or-not-yet-implemented". Here's the feature request for hickory dns: https://github.com/hickory-dns/hickory-dns/issues/4. Here's an implementation in rust: https://github.com/DNSCrypt/encrypted-dns-server.

LuckyTurtleDev commented 10 months ago

I would like to avoid to add a second dns relsover. Crab-hole does already support tls, https, quic and h3. So theire are currently enought alternatives. I would recommend to wait until hickory has buildin support for dnscrypt.