A DNS-over-HTTP server proxy in Rust. Add a webserver and you get DNS-over-HTTPS, which is actually DNS-over-HTTP/2.
sh
cargo install doh-proxy
```text doh-proxy A DNS-over-HTTP server proxy
USAGE: doh-proxy [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-E, --err-ttl
Serves HTTP requests only. DoH is mostly useful to leverage an existing webserver, so just configure your webserver or CDN to proxy connections to this.
doh-proxy
can be used with dnscrypt-proxy
as a client.
doh-proxy
is currently being used by the doh.crypto.sx
public DNS resolver.
Other public DoH servers can be found here: public encrypted DNS servers.