AdguardTeam / dnsproxy

Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support
Apache License 2.0
2.47k stars 249 forks source link

dnsproxy v0.43.0 - DoQ SERVFAIL #240

Closed pengelana closed 2 years ago

pengelana commented 2 years ago

Start from dnsproxy v0.43.0 against Adguard-Coredns, dns-over-quic always return SERVFAIL.

Lanius-collaris commented 2 years ago

If it's ID mismatch error, please try v0.43.1

pengelana commented 2 years ago

Same error with v0.43.1

ameshkov commented 2 years ago

That's natural, CoreDNS implements a rather old draft of DoQ, dnsproxy implements the RFC and they're not compatible.

I'd say you should use dnsproxy itself instead of CoreDNS to add DoQ support.

We don't use CoreDNS for AdGuard DNS anymore and we're going to publish the new code rather soon, but I am not sure if it fits your needs.