ncruces / go-dns

net.Resolvers with caching, opportunistic encryption, and DoT/DoH
https://pkg.go.dev/github.com/ncruces/go-dns
MIT License
41 stars 8 forks source link

Can you support DNS-over-QUIC? #9

Closed Luoxin closed 2 years ago

Luoxin commented 2 years ago

Related protocol documents: DNS-over-QUIC

ncruces commented 2 years ago

That would require a QUIC implementation, I guess, which would add an additional dependency (outside the standard library).

I don't see myself working on it, TBH.