coredns-https icon indicating copy to clipboard operation
coredns-https copied to clipboard

A CoreDNS plugin that performs DNS-over-HTTPS proxying

Results 4 coredns-https issues
Sort by recently updated
recently updated
newest added

Not sure if you'll see this, but I wanted to say thank you for developing this.

We also want allow enable HTTP without TLS for easy connection

Currently only supports application/dns-message which is binary and very easy to get wrong. We want to aslo support `application/dns-json`

This PR adds support for using mTLS with client certificates from the Windows certificate store. It adds a new config directive `tls_certstore` which allows you to specify which store and...