A DNS-over-HTTP server proxy in Rust. Add a webserver and you get DNS-over-HTTPS, which is actually DNS-over-HTTP/2.
Requires rust-nightly.
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:
-l, --listenaddress
Serves HTTP requests only. DoH is mostly useful to leverage an existing webserver, so just configure your webserver to proxy connections to this.