Fast, mature, secure DoH and ODoH server proxy written in Rust. Previously known as doh-proxy and rust-doh.
Find a file
Frank Denis 66f68b8fac Format
2018-05-19 01:58:55 +02:00
src Format 2018-05-19 01:58:55 +02:00
.gitignore Initial import 2018-02-06 00:32:52 +01:00
.travis.yml Add Travis 2018-05-19 01:58:55 +02:00
Cargo.toml Nightly is not required any more 2018-02-12 01:26:14 +01:00
LICENSE Initial commit 2018-02-06 00:29:47 +01:00
README.md Link the public-servers page 2018-03-26 20:11:21 +02:00

dependency status

doh-proxy

A DNS-over-HTTP server proxy in Rust. Add a webserver and you get DNS-over-HTTPS, which is actually DNS-over-HTTP/2.

Installation

cargo install doh-proxy

Usage

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, --listen_address <listen_address>            Address to listen to [default: 127.0.0.1:3000]
    -b, --local_bind_address <local_bind_address>    Address to connect from [default: 0.0.0.0:0]
    -c, --max_clients <max_clients>                  Maximum number of simultaneous clients [default: 512]
    -p, --path <path>                                URI path [default: /dns-query]
    -u, --server_address <server_address>            Address to connect to [default: 9.9.9.9:53]
    -t, --timeout <timeout>                          Timeout, in seconds [default: 10]

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.

Clients

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.